.main-widget {
    position: relative;
    width: calc(100% - 30px);
    margin: 0 15px;
    background: #ffffff;
}

.main-widget .main-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

    .main-widget .main-row .left, .main-widget .main-row .right {
        display: flex;
        flex-direction: column;
    }

.widget-left {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 52px);
    height: 100%;
    background: #f3f5f7;
    padding: 0;
    /* background: url(../images/register.png) no-repeat;
    background-size: contain;
    background-position: center; */
    z-index: 1;
}

    .widget-left .bg-img {
        position: absolute;
        top: 140px;
        left: 60px;
        width: calc(100% - 120px);
        height: calc(100% - 190px);
        z-index: -1;
        opacity: 0.8;
    }

    .widget-left .brand {
        display: flex;
        background: #ececec;
        padding: 12px 15px;
    }

        .widget-left .brand img {
            width: 80px;
            margin-right: 20px;
        }

        .widget-left .brand h3 {
            position: relative;
            top: 23px;
        }

.widget-right {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 52px);
    height: 100%;
    background: #ffffff;
    z-index: 1;
}

    .widget-right .header {
        position: relative;
        width: 100%;
        background: #f3f5f7;
        padding: 15px 15px 14px 15px;
    }

        .widget-right .header img {
            width: 80px;
            margin-right: 20px;
            display: none;
        }

        .widget-right .header h5 {
            color: #d89950;
            font-size: 16px;
            margin-bottom: 12px;
        }

        .widget-right .header h3 {
            font-size: 32px;
            color: #3E536D;
        }

    .widget-right .body {
        padding: 15px 15px 15px 15px;
    }

    .widget-right .body .btn.btn-primary {
        text-transform: uppercase;
        font-family: 'Roboto-Medium';
        height: 34px;
        background: #337ab7;
        color: #ffffff;
        font-size: 13px;
        text-align: center;
        padding-top: 7px;
        border-radius: 4px;
    }

        .widget-right .body .btn.btn-primary::before {
            background: #265a88;
        }

        .widget-right .body .btn.btn-primary i {
            margin-right: 5px;
        }

        .widget-right .body .footer-text {
            color: #727272;
            margin-top: 15px;
        }

.msg-info {
    font-size: 11px; 
    color : #b16915; 
    font-family: 'OpenSans-Regular';
    font-weight: normal;
     padding-left: 6px;
}


.mdl-activate-acc .modal-dialog {
    max-width: 340px;
    margin-left: calc((100% - 340px) / 2);
}

.mdl-activate-acc .modal-body {
    padding: 3rem 10px 10px 10px !important;
}

    .mdl-activate-acc .modal-body .icon {
        text-align: center;
        margin-bottom: 25px;
    }

        .mdl-activate-acc .modal-body .icon span {
            display: inline-block;
            width: 100px;
            height: 100px;
            line-height: 86px;
            text-align: center;
            font-size: 44px;
            /* background: #2DCC70; */
            background: #ea9531;
            color: #ffffff;
            border: 8px solid #E9F9EF;
            border-radius: 50%;
            /* border: 4px solid rgba(255, 165, 0, 0.72); */
        }

        .mdl-activate-acc .modal-body h3 {
            text-align: center;
            margin-bottom: 30px;
            color: #43484C;
        }

        .mdl-activate-acc .modal-body .info {
            letter-spacing: 0.75px;
            text-align: center;
            color: #4f908a;
            padding: 10px 15px;
        }

        .mdl-activate-acc .modal-body .btn {
            padding: 10px 20px;
            border-radius: 6px;
        }


@media only screen and (min-width: 769px) and (max-width: 1360px) {
    /* .widget-left, .widget-right {
        height: calc(102vh - 52px);
    } */

    .widget-right .body .footer-text {
        margin-top: 5px;
    }
}

@media only screen and (max-width: 990px) {
    .widget-right .header {
        display: flex;
    }

    .widget-right .header img {
        display: block;
    }

    .widget-right .header div {
        position: relative;
        top: 4px;
    }
}

@media only screen and (max-width: 768px) {
    .main-widget {
        margin: 0;
        width: calc(100% - 15px);
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .widget-right {
        height: auto;
    }

        .widget-right .body .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: -15px;
            margin-left: -15px;
        }
}

@media only screen and (min-width: 476px) {
    .widget-right .body .body-row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .widget-right .body .body-row .form-group {
        margin-bottom: 12px !important;
    }
}

@media only screen and (max-width: 476px) { 
    .main-cntnr {
        margin: 0;
        padding: 0;
    }

    .main-widget {
        margin: 0;
        width: 100%;
    }

    .main-widget .main-row {
        box-shadow: none;
    }

    .widget-left, .widget-right {
        height: auto;
    }

    .widget-right .header img {
        height: 80px;
        width: auto;
    }

    .widget-right .header div {
        top: 16px;
    }

    .widget-right .header h3 {
        font-size: 22px;
    }

    .col-sm-6, .col-sm-7, .col-sm-5 {
        width: 100%;
    }

    .widget-right .body .pl-0 {
        padding-left: 15px !important;
    }

    .widget-right .body .footer-text a {
        display: block;
        margin-top: 8px;
    }

    .order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    
    .order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    
    .order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    
    .order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    
    .order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    
    .order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    
    .order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    
    .order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    
    .order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    
    .order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    
    .order-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media only screen and (max-width: 350px) { 
    .widget-right .header div {
        top: 18px;
    }

    .widget-right .header h3 {
        font-size: 18px;
    }

    .widget-right .header h5 {
        font-size: 14px;
    }

    .mdl-activate-acc .modal-dialog {
        max-width: 86%;
        margin-left: 7%;
    }

    .mdl-activate-acc .modal-body h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .mdl-activate-acc .modal-body .info {
        letter-spacing: 0.75px;
        text-align: center;
        color: #4f908a;
        padding: 8px 10px;
    }

    .mdl-activate-acc .modal-body .info:last-child {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 310px) { 
    .widget-right .header div {
        top: 10px;
    }
}
