/*------ main css start ------*/
body .login-design-1,
.login-design-1 h1,
.login-design-1 h2,
.login-design-1 h3,
.login-design-1 h4,
.login-design-1 h5,
.login-design-1 h6,
.login-design-1 .h1,
.login-design-1 .h2,
.login-design-1 .h3,
.login-design-1 .h4,
.login-design-1 .h5,
.login-design-1 .h6,
.login-design-1 .tooltip-inner,
.login-design-1 .select2-search input,
.login-design-1 .select2-container-multi .select2-choices .select2-search-field input,
.login-design-1 .smart-form .input input,
.login-design-1 .smart-form .select select,
.login-design-1 .smart-form .textarea textarea,
.login-design-1 .ui-widget,
.login-design-1 .ui-widget input,
.login-design-1 .ui-widget select,
.login-design-1 .ui-widget textarea,
.login-design-1 .ui-widget button {
    font-family: "IBM Plex Sans","Open Sans",Arial,Helvetica,Sans-Serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-design-1::selection {
    color: #fff;
    background-color: #3297FD;
}

html {
    margin: 0;
    padding: 0;
    /*height: auto;*/
    overflow-x: visible !important;
}

body {
    overflow: visible;
    background: #DFE1EB;
}

.login-design-1 a:focus,
.login-design-1 a:hover {
    color: #3E8248;
    text-decoration: none;
}

@media (min-width: 2560px) {
    .login-design-1.login-pg .left-sec {
        width: 50%;
        display: flex;
        justify-content: flex-end;
    }

    .login-design-1.login-pg .left-sec-inner {
        width: 496px;
    }
}

.login-design-1.login-pg .left-sec-inner {
    padding: 58px 54px 50px 63px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-design-1 .left-sec {
    width: 486px;
    padding: 0;
    background-color: #eef6ff;
    color: #384a63;
}

.login-design-1 .d-flex {
    display: flex;
}

.login-design-1.login-pg .right-sec {
    flex: 1;
    padding: 0;
}

.login-design-1 .form-sec h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    margin-bottom: 32px;
}

.login-design-1 .top-sec span.sub-heading {
    display: block;
    font-size: 36px;
    font-weight: 200;
    line-height: 1;
}

.login-design-1 span.sub-heading {
    display: block;
    font-size: 36px;
    font-weight: 100;
    line-height: 1;
}

.login-design-1 .top-sec {
    margin-bottom: 15px;
}

.login-design-1 input.form-control {
    display: block;
    width: 100%;
    border: 1px solid #c8d5e8;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 12px 18px;
    font-size: 16px;
    line-height: 24px;
    color: #00204d;
    height: 48px;
}

.login-design-1 .form-sec label input[type=checkbox].checkbox:checked + span {
    font-weight: 400;
}

.login-design-1 .form-sec label input[type=checkbox].checkbox + span,
.login-design-1 #lnkForgot,
.login-design-1 #lnkLogin,
.login-design-1 #lnkRegister {
    color: #77889A;
    font-size: 13px;
}

.login-design-1 label input[type=checkbox].checkbox + span:before {
    border-radius: 3px;
}

.login-design-1 label:hover input[type=checkbox].checkbox.style-3 + span:before {
    color: #fff;
    border-color: #024aa2;
}

.login-design-1 label:active input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #024aa2;
    background: #fff;
    border-color: #024aa2;
}

.login-design-1 .remember-forgot > div {
    flex: 1;
}

.login-design-1 .remember-forgot {
    display: flex;
    padding: 0;
    margin-bottom: 40px;
}

.login-design-1 .form-sec .btn-primary {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    border: 0;
    border-radius: 4px;
    padding: 9px 16px 10px !important;
    font-weight: 500;
    transition: background-color .3s ease;
}

.login-design-1 .bottom-sec {
    /*margin-top: 24px*/
}

.login-design-1 .bottom-header > p {
    margin-bottom: 16px;
}

.login-design-1 .bottom-header {
    margin-bottom: 0;
}

.login-design-1 .bottom-footer img {
    width: 42px;
    height: 40px;
    float: left;
    margin-left: -1px;
}

.login-design-1 .bottom-footer p {
    margin-left: 50px;
    color: #a4a8b6;
}

    .login-design-1 .bottom-footer p a {
        display: block;
    }

.login-design-1 .bottom-footer {
    margin-top: 24px;
}

.login-design-1 .right-heading {
    color: #000000;
    margin: 175px 100px 0;
}

.login-design-1 .right-sec-inner {
    /*background: url(img/hero.png) center center no-repeat #08295f;*/
    background-size: cover;
    background-position: 10% 50px;
    height: 100%;
}

.login-design-1 .right-heading h4 {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
}

.login-design-1 .right-heading p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: initial;
}

.login-design-1 .right-heading a {
    margin-top: 24px;
    display: block;
    font-size: 16px;
}

    .login-design-1 .right-heading a .fa {
        margin-left: 6px;
    }

.login-design-1 .top-sec img.logo {
    max-width: 100%;
    max-height: 100px;
}

.login-design-1 .foto {
    margin-top: 13px;
}

.login-design-1 .left-sec {
    background-color: #fff;
}

.login-design-1 .sub-headding-container span,
.login-design-1 .sub-headding-container img {
    float: left;
}

.login-design-1 .sub-headding-container img {
    max-height: 27px;
    margin: 0 10px;
    position: relative;
    top: 3px;
}

.login-design-1 .form-sec h4 {
    margin-bottom: 20px;
}

.login-design-1 input.form-control {
    border-radius: 6px !important;
    border-color: #DFE1EB;
    font-size: 14px;
}

.login-design-1 .bottom-header > p {
    margin-bottom: 10px;
}

.login-design-1 .right-sec-inner {
    /*background: url(https://msp.amp.vg/img/csaexogfmwa56/Login_Banner.png) center center no-repeat #252a2e;*/
    background-size: cover;
    background-position: 10% 50px;
    background-position: center center;
    height: 100%;
}

.login-design-1 .right-heading h4,
.login-design-1 .right-heading h4 span {
    font-size: 44px;
    line-height: 44px;
}

    .login-design-1 .right-heading h4 img {
        max-height: 33px;
        margin: 0 10px;
        position: relative;
        top: -4px;
    }

.login-design-1 label:hover input[type=checkbox].checkbox.style-3 + span:before {
    color: #fff;
    border-color: #ffd101;
}

.login-design-1 .right-sec-inner {
    display: flex;
    align-items: center;
}

.login-design-1 .right-heading {
    margin: 0px 70px 250px 70px;
}

.login-design-1 .right-sec-inner {
    background-position: left center;
}

.login-design-1 .right-sec-inner {
    background-color: #f1f2f6;
}

.login-design-1 label:hover input[type=checkbox].checkbox.style-3 + span:before {
    color: #fff;
    border-color: #fd0077;
}

.login-design-1 label input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #fff;
}

.login-design-1 .top-sec span.sub-heading {
    font-weight: 900;
    margin-top: 50px;
    font-size: 32px;
}

.login-design-1 .form-sec h4 {
    font-size: 16px;
}

.login-design-1 .right-heading p span {
    padding: 4px 2px 4px 6px;
    border-radius: 8px 0px 0px 8px;
    margin-left: -6px;
}

.login-design-1 a {
    color: #81868c;
}

    .login-design-1 a:focus,
    .login-design-1 a:hover {
        color: #000000;
    }

.login-design-1 .bottom-sec a {
    color: #000000;
}

.login-design-1.login-pg .left-sec-inner {
    justify-content: space-between;
}

.login-design-1 .left-sec-inner .title {
    font-size: 30px;
    line-height: 39px;
    margin-bottom: 40px;
    font-weight: 400;
}

.login-design-1 .form-sec h4 {
    color: #2f3542;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.login-design-1 .bottom-header > p > span {
    color: #77889A;
}

.login-design-1 .bottom-header > p > a {
    color: #2188f9;
}

    .login-design-1 .bottom-header > p > a:hover,
    .login-design-1 .bottom-header > p > a:focus,
    .login-design-1 .bottom-header > p > a:active {
        color: #1563b9;
    }

.login-design-1 .login-message-holder {
    height: 140px;
    position: absolute;
    left: 4%;
    transform: none;
    top: 13px;
    right: 2%;
}

/*------ main css end ------*/


/*------ main 2 css start ------*/
.login-design-1 .main-sec .form-sec {
    margin-top: 25px;
    margin-bottom: 25px;
}

.login-design-1 .form-sec h4 {
    font-weight: 400;
}

.login-design-1 .bottom-header > p > span + a {
    margin-left: 6px;
}

.login-design-1 .form-sec h4,
.login-design-1.login-pg .left-sec-inner {
    color: #2F3542;
}

.login-design-1 label input[type=checkbox].checkbox + span:before {
    border-radius: 3px;
}

.login-design-1 label input[type=radio].radiobox + span:before,
.login-design-1 label input[type=checkbox].checkbox + span:before {
    background-color: #fff;
}

.login-design-1 .top-sec {
    margin-left: 0;
}

.login-design-1 .bottom-header > p {
    color: #77889A;
}

.login-design-1 #lnkRegister,
.login-design-1 .bottom-sec a {
    color: #2188f9;
}

/*------ main 2 css end ------*/

/*------ animation scroll issue fixed ------*/

#divSmallBoxes > .SmallBox.fadeInRight {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*------ animation scroll issue fixed end ------*/

/*------ two fa form start ------*/
.login-design-1 .two-fa-form .hint,
.login-design-1 .two-fa-form label {
    font-size: 13px;
    line-height: 18px;
    color: #77889a;
    font-weight: 400;
}

.login-design-1 .two-fa-form .hint {
    text-align: center;
    margin-top: 20px;
}

.login-design-1 .two-fa-form h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #2f3542;
    margin-bottom: 10px;
}

.login-design-1 .two-fa-form .btn-primary-cta {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
}

.login-design-1 .fields-card {
    background: #f1f2f6;
    border-radius: 10px;
    padding: 30px;
}

    .login-design-1 .fields-card .field-item {
        position: relative;
        margin-bottom: 30px;
    }

        .login-design-1 .fields-card .field-item i {
            position: absolute;
            right: 14px;
            top: 36px;
            color: #f73f49;
            display: none;
        }

        .login-design-1 .fields-card .field-item .error-msg {
            color: #f73f49;
            font-size: 11px;
            line-height: 14px;
            margin-top: 5px;
            display: none;
        }

    .login-design-1 .fields-card input {
        width: 100%;
        border: 1px solid #d9dce1;
        border-radius: 5px;
        height: 40px;
        font-size: 14px;
        line-height: 18px;
        padding: 0 30px 0 10px;
    }

    .login-design-1 .fields-card .field-item.error input {
        color: #f73f49;
        border-color: #f73f49;
    }

    .login-design-1 .fields-card .field-item.error .error-msg {
        display: block;
    }

    .login-design-1 .fields-card .field-item.error i {
        display: block;
    }

.login-design-1 .two-fa-form .have-problem {
    text-align: center;
    margin-top: 50px;
}

    .login-design-1 .two-fa-form .have-problem h3 {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        color: #2f3542;
        margin-bottom: 10px;
    }

    .login-design-1 .two-fa-form .have-problem a {
        font-size: 13px;
        line-height: 18px;
        color: #2188f9;
    }

.login-design-1 .two-fa-form .fields-card input[type=number]::-webkit-inner-spin-button,
.login-design-1 .two-fa-form .fields-card input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login-design-1 .two-fa-form .fields-card .field-item i {
    top: 36px;
}

.login-design-1 .two-fa-form .fields-card .field-item {
    margin-top: 0;
    margin-bottom: 20px;
}

.login-design-1 .two-fa-form .smart-form section {
    margin-bottom: 0;
}

.login-design-1 .two-fa-form .fields-card input {
    box-sizing: border-box;
    margin-bottom: 0;
}

.login-design-1 .two-fa-form label.label-note {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.login-design-1 .two-fa-form label {
    margin-bottom: 5px;
}

.login-design-1 .two-fa-form h4 ~ h4 {
    border-top: 1px solid #d9dce1;
    padding-top: 20px;
    margin-bottom: 10px;
}

.login-design-1 .two-fa-form .footer-area {
    text-align: center;
}

    .login-design-1 .two-fa-form .footer-area > b {
        color: #2f3542;
        display: block;
        margin-bottom: 5px;
        font-size: 14px;
        font-weight: 500;
    }

    .login-design-1 .two-fa-form .footer-area a {
        color: #2188f9;
        font-size: 13px;
        font-weight: 400;
    }

.login-design-1 .two-fa-form .footer-area {
    margin-top: 20px;
}

.login-design-1 .form-sec.two-fa-form {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.login-design-1 .two-fa-form section {
    margin-bottom: 0;
}

.login-design-1 .two-fa-form .field-item.success .form-control {
    border-color: #1bc469;
}

.login-design-1 .left-sec-inner .main-sec {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

    .login-design-1 .left-sec-inner .main-sec > form {
        width: 100%;
    }

.login-design-1 .two-fa-form .fields-card .field-item .label-note {
    font-size: 12px;
    line-height: 18px;
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .login-design-1 .top-sec {
        margin-bottom: 20px;
    }

    .login-design-1.login-pg .left-sec-inner {
        /*padding: 30px 80px 30px 80px*/
    }
}

@media (min-width: 2560px) {
    .login-design-1.login-pg .left-sec {
        width: 530px;
        display: block;
        justify-content: unset;
    }

    .login-design-1.login-pg .left-sec-inner {
        width: 496px;
    }
}

/*------ two fa form end ------*/

/*------ responsive css start ------*/
.login-design-1 .show-tab-view {
    display: none;
    position: relative;
}

.login-design-1 .backtologin-link a {
    color: #2188F9 !important;
}

    .login-design-1 .backtologin-link a i {
        margin-right: 10px;
    }

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .login-design-1 .show-tab-view {
        margin: 0px -54px 0px -63px;
        display: block;
    }

    .login-design-1 .main-sec .form-sec {
        margin-top: 35px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1279px) {
    .login-design-1 .d-flex {
        flex-direction: column;
    }

    .login-design-1 .left-sec,
    .login-design-1 .right-sec {
        width: 100%;
    }

    .login-design-1 .hide-till-1279, .login-design-1.login-pg .right-sec {
        display: none;
    }

    .login-design-1 .top-sec {
        text-align: center;
    }

    .login-design-1 .left-sec-inner .main-sec form {
        max-width: 368px;
        margin-left: auto;
        margin-right: auto;
    }

    .login-design-1 .left-sec-inner .title,
    .login-design-1 .form-sec h4 {
        text-align: center;
    }

    .login-design-1 .form-sec h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .login-design-1 .outer {
        position: relative;
        padding-top: 65%;
        background-size: 100%;
    }

    .login-design-1 .bottom-sec .bottom-header p {
        float: left;
    }

        .login-design-1 .bottom-sec .bottom-header p + p {
            float: right;
        }

    .login-design-1 .form-sec label input[type=checkbox].checkbox + span,
    .login-design-1 #lnkForgot,
    .login-design-1 #lnkLogin,
    .login-design-1 #lnkRegister {
        /*font-size:11px;*/
    }

    body#login {
        overflow: visible;
    }
}

@media screen and (max-width: 767px) {
    .login-design-1.login-pg .left-sec-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 599px) {
    .login-design-1 .bottom-sec .bottom-header p {
        text-align: center;
        width: 100%;
    }
}

/*------ responsive css end ------*/


/*------ default-color-css start ------*/
.login-design-1 .left-sec-inner,
.login-design-1 .left-sec-inner .title,
.login-design-1 .title {
    color: #4443E4;
}

.login-design-1 label:hover input[type=checkbox].checkbox.style-3 + span:before {
    border-color: #4443E4;
}

.login-design-1 .right-heading p span {
    background-color: #4443E4;
}

.login-design-1 input.form-control:focus,
.login-design-1 input.form-control:hover {
    border-color: #4443E4;
}

.login-design-1 label input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #fff;
    border-color: #4443E4;
    background: #4443E4;
}

.login-design-1 label:active input[type=checkbox].checkbox.style-3:checked + span:before {
    background: #fff;
    color: #4443E4;
    border-color: #4443E4;
}

.login-design-1 .form-sec .btn-primary {
    background-color: #4443E4;
}

    .login-design-1 .form-sec .btn-primary:hover {
        background-color: #3938cd;
    }

.login-design-1 .bottom-sec a:hover {
    color: #3938cd;
}

/*------ default-color-css end ------*/



/*------ portal-color-css start ------*/
/* .login-design-1 .left-sec-inner,
.login-design-1 .left-sec-inner .title,
.login-design-1 .title {
    color: #001F60 !important;
}

.login-design-1 label:hover input[type=checkbox].checkbox.style-3 + span:before {
    border-color: #001F60 !important;
}

.login-design-1 .right-heading p span {
    background-color: #001F60 !important;
}

.login-design-1 input.form-control:focus,
.login-design-1 input.form-control:hover {
    border-color: #001F60 !important;
}

.login-design-1 label input[type=checkbox].checkbox.style-3:checked + span:before {
    color: #fff;
    border-color: #001F60 !important;
    background: #001F60 !important;
}

.login-design-1 label:active input[type=checkbox].checkbox.style-3:checked + span:before {
    background: #fff;
    color: #001F60 !important;
    border-color: #001F60 !important;
}

.login-design-1 .form-sec .btn-primary {
    background-color: #001F60 !important;
}

    .login-design-1 .form-sec .btn-primary:hover {
        background-color: #000f2d !important;
    }

.login-design-1 .bottom-sec a:hover {
    color: #000f2d !important;
} */
/*------ portal-color-css end ------*/


/*------ install specific css start ------*/
/*.login-design-1 .right-sec-inner {
    background-image: url() !important;
}*/
/*------ install specific css end ------*/
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b94a48 !important;
}

.login-design-1 .two-fa-form .fields-card .field-item .label-note a {
    color: #2188f9;
    font-size: 13px;
    font-weight: 400;
}
/*css-for-footer-text-start*/
.login-design-1.login-pg .left-sec-inner .bottom-sec{
    max-height:80px;
    max-width:365px;
    margin-bottom:35px;
}
.login-design-1.login-pg .left-sec-inner .bottom-sec pre{
    white-space:normal;
    margin:0px;
    overflow:hidden;
    padding:0px;
    word-break:unset;
    background-color:transparent;
    text-align:left;
    border:none;
}
.login-design-1 .left-sec .left-sec-inner .bottom-sec .bottom-header .clearfix.text-right {
    max-height: 80px;
    max-width: 365px;
    overflow-y: auto;
    color: #384a63;
}
.login-design-1.login-pg .left-sec-inner .bottom-sec .bottom-header{
    color:#2F3542;
}
.login-design-1.login-pg .left-sec-inner .bottom-sec .bottom-header .clearfix span{
    overflow:hidden;
    overflow-y:auto;
    height:110px;
    display:block;
}
.login-form .remember-forgot .remember {
    text-transform: capitalize;
}
/*css-for-footer-text-end*/

/*css-for-forgot-pass-note-start*/
.login-design-1 .left-sec-inner .main-sec.forgot-pass-sec .form-control{
    margin-bottom: 5px;
}
/*css-for-forgot-pass-note-end*/
/*preview-icon-login-design-1-start*/
.login-design-1.login-pg .login{
    margin:0;
}
.login-design-1.login-pg .smart-form .icon-append,
.login-design-1.login-pg .smart-form .icon-prepend{
    opacity:1;
}
/*preview-icon-login-design-1-end*/

/* mm backlink */
.login-pg .left-sec-inner .mmfooter > a {
    color: #fff !important;
    font-size: 10px;
}

.login-pg .left-sec-inner .mmfooter {
    position: absolute;
    bottom: 0;
    line-height: 1;
}
/* mm backlink end */


