#main-login {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px !important;
    color: #1F3684;
}

    #main-login input {
        height: 39px;
        color: black;
    }
.footer-menu * {
    color: black;
    font-size: 14px;
}

.menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.menu-item {
    padding-bottom: 6px;
}

    .menu-item a {
        margin: 0 20px;
        text-decoration: none;
    }

.menu .menu-item a:hover {
    color: #2D2E33;
}
#main-logo {
    margin-top: 50px;
    width: 275px;
    height: 35px;
    background-position: center;
}
.admin-main-logo {
    background-image: url("../../images/Login/main_logo.svg");
    background-repeat: no-repeat;
}
/*#footer-logo {
    background-image: url("../../images/Login/footer_logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}
*/
/*.copyright-content:before {
    content: "Copyright 2021. Valens Bank Ltd";
}*/
.vb-logo {
    margin: auto 20px;
    width: 200px;
}
#language-ddl {
    float: right;
}
.logo-register {
    height: 30.5px !important;
}
.admin-footer-logo {
    background-image: url("../../images/Login/footer_logo.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 40px;
}
#login-content {
    background: #F5F5F5;
    width: 100%;
}

    #login-content #cms-login-panel, #login-content #change-password-content, #login-content #forgot-password-content {
        padding: 40px 110px !important;
    }

    #login-content #login-panel {
        padding: 60px 90px 20px 90px !important;
    }

#show-pwd {
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url("../../images/Login/EyeClosed.svg");
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.form-login input {
    height: 39px;
    color: black;
}

    .form-login input:focus {
        color: black;
    }


.login-checkbox {
    /*    display: block;*/
    position: relative;
    /*    padding-left: 35px;*/
    /*    margin-bottom: 12px;*/
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



    /* Hide the browser's default checkbox */
    .login-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* On mouse-over, add a grey background color */
    .login-checkbox:hover input ~ .checkmark {
        background-color: inherit;
    }

    /* When the checkbox is checked, add a blue background */
    .login-checkbox input:checked ~ .checkmark {
        background-color: #1F3684;
    }

        /* Show the checkmark when checked */
        .login-checkbox input:checked ~ .checkmark:after {
            display: block;
        }

    /* Style the checkmark/indicator */
    .login-checkbox .checkmark:after {
        left: 3px;
        top: 0px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 15px;
    width: 15px;
    border: 2px solid #1F3684;
}


    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }


#btn-login {
    border-radius: 30px;
    width: 246px;
    height: 51px;
    margin: 0 auto;
    margin-top: 30px;
}

    #btn-login button {
        outline: none !important;
        border: none !important;
        box-shadow: none;
    }

    #btn-login > button {
        border-radius: 30px;
        background: #1F3684;
        font-size: 14px;
        height: 100%;
    }

.btn-save-register {
    border-radius: 30px;
    border: 1px solid #1F3684;
    height: 51px;
}

    .btn-save-register button {
        line-height: 37px;
    }

    .btn-save-register > button {
        border-radius: 30px;
        background: inherit;
        color: #1F3684;
        border: none;
        font-size: 14px;
    }

        .btn-save-register > button:hover {
            background: #1F3684 ;
            color: #ffffff;
        }

        .btn-save-register > button:active {
            background: #1F3684 ;
            color: #ffffff;
        }

        .btn-save-register > button:focus {
            background: #1F3684 ;
            color: #ffffff;
        }

.btn-forgot-login {
    margin: 0 auto;
    width: 126px;
}

    .btn-forgot-login > a {
        color: #1F3684 !important;
        text-decoration: none;
        background-color: transparent;
    }

        .btn-forgot-login > a:hover {
            color: #1F3684 !important;
            text-decoration: none;
            background-color: transparent;
        }

.btn-forgot {
    margin: 0 auto;
    width: 130px;
}

    .btn-forgot > a {
        color: #1F3684;
        text-decoration: underline;
        background-color: transparent;
    }

        .btn-forgot > a:hover {
            color: #1F3684;
            text-decoration: underline;
            background-color: transparent;
        }

.btn-register {
    /* font-size: 14px; */
    border-radius: 30px;
    border: 1px solid #1F3684;
    height: 51px;
}

    .btn-register button {
        line-height: 37px;
        box-shadow: none;
    }

    .btn-register > button {
        border-radius: 30px;
        background: inherit;
        color: #1F3684;
        border: none;
        font-size: 14px;
    }

        .btn-register > button:hover {
            /*            background: #1F3684 !important;*/
            color: #1F3684;
        }

button:focus {
    outline: none;
}

#continue-register label {
    width: 100%;
    font-size: 14px;
}


/*the container must be positioned relative:*/
.custom-select-language {
    position: relative;
}

    .custom-select-language select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    margin-top: 15px;
    background-color: #F5F5F5;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: -15px;
        right: 7px;
        width: 0;
        height: 0;
        border: 22px solid transparent;
        background-image: url("../../images/CaretDown.svg");
        background-repeat: no-repeat;
    }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #2D2E33;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent #969DBA transparent;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #F5F5F5;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/*base*/
.field-required {
    color: red;
}

#fg-title {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

#fg-content {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #112577;
}

.modal-custom-body {
    margin: 50px;
}

#fg-content-popup {
    color: #2D2E33;
}

#btn-popup-edit-email > button {
    float: right;
    font-size: 14px;
    width: 120px;
    left: 353px;
    top: 220px;
    border-radius: 30px !important;
    background-color: #FFFFFF ;
    color: #1F3684 ;
    border: 1px solid #1F3684 ;
}

#btn-popup-ok > button {
    font-size: 14px;
    width: 120px;
    left: 353px;
    top: 220px;
    border-radius: 30px ;
    background-color: #1F3684;
    color: #FFFFFF;
}

#btn-popup-back > button {
    border: 1px solid #1F3684;
    background-color: #1F3684;
    border-radius: 30px;
    color: #FFFFFF;
    width: 150px;
    font-size: 14px;
}

.divRegister-personal {
    float: left;
}

.divRegister-corporate {
    float: right;
}

#SavedRegistration .modal-dialog {
    max-width: 690px !important;
}

.title-change-password {
    margin-bottom: -19px !important;
}

@media (max-width: 415px) {
    .container {
        padding: 0 !important;
    }

    .cbo-language {
        position: relative !important;
        margin-bottom: 50px;
    }

    .custom-select-language {
        width: 300px !important;
        margin: 0 auto !important;
    }

    #footer-logo {
        background-position: center;
    }

    .txt-copy-right {
        text-align: center !important;
    }
    #SavedRegistration .modal-dialog {
        padding: 15px 25px 15px 15px;
        margin: 0 auto;
    }

    .modal-custom-body {
        margin: 50px 27px !important;
    }

    #btn-popup-edit-email > button {
        width: 210px;
        margin-bottom: 15px;
    }

    #btn-popup-ok > button {
        width: 210px;
        float: right;
    }

    #login-content > div:nth-child(1) {
        padding: 20px 80px !important;
    }

    #login-content #forgot-password-content {
        padding: 38px 80px !important;
    }

    #SavedRegistration .modal-content {
        width: 97% !important;
        height: 501px !important;
        padding: 74px 37px 50px 37px !important;
        margin: 0 auto;
    }

    #btnclose1 {
        display: none;
    }

    #btnclose2 {
        display: block;
    }

    #SavedRegistration .modal-content .modal-footer {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

        #SavedRegistration .modal-content .modal-footer .btn {
            width: 100%;
        }

    #SavedRegistration .modal-content .modal-header p {
        font-size: 20px !important;
    }

    .btn-close {
        margin-right: 0px !important;
    }

    .divRegister-personal, .divRegister-corporate {
        float: none !important;
        margin: 10px auto;
    }

    #login-content > div:nth-child(2) {
        padding: 60px 60px 20px 70px !important;
    }

    .title-change-password {
        margin-bottom: -14px !important;
    }

    #fg-title {
        font-size: 20px;
    }
    .footer-menu * {
        color: black;
        font-size: 9px;
    }
    .footer-menu {
        height: 50px;       
    }
    .culture-ddl {
        margin-left: 30px !important;
    }

}

@media (min-width: 415px) and (max-width: 1024px) {
    #login-content > div:nth-child(1) {
        padding: 20px 100px !important;
    }

    .modal-custom-body {
        margin: 50px 30px !important;
    }

    #btn-popup-edit-email > button {
        float: right;
    }

    #btn-popup-ok > button {
        float: left
    }    
}

#SavedRegistration .modal-content {
    width: 685px;
    height: 471px;
    padding: 110px 130px;
}

#SavedRegistration .modal-header {
    border-bottom: 0px;
    display: block;
    padding: 0px;
}

    #SavedRegistration .modal-header > p:nth-child(1) {
        font-style: normal;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #1F3684;
    }

    #SavedRegistration .modal-header > p:nth-child(2) {
        font-style: normal;
        font-weight: 300;
        font-size: 18px;
        line-height: 128.9%;
        text-align: center;
        color: #2D2E33;
    }


#SavedRegistration .modal-footer {
    border-top: 0px;
    margin: auto;
}

#SavedRegistration #Email {
    background: #F5F5F5;
    width: 100%;
    height: 45px;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #969DBA;
}

#SavedRegistration .btn {
    width: 167px;
    height: 51px;
    border-radius: 30px;
    display: block;
}

#SavedRegistration .btn-close {
    border: 0.5px solid #1F3684;
    box-sizing: border-box;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #1F3684;
    margin-right: 20px;
}

#SavedRegistration .btn-submit {
    background: #1F3684;
    border-radius: 30px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: #8E929E !important;
}

.form-control::-moz-placeholder {
    font-size: 14px;
    color: #8E929E !important;
}

.form-control::-ms-input-placeholder {
    font-size: 14px;
    color: #8E929E !important;
}

input.error {
    color: #2D2E33 !important;
    font-size: 14px;
}

.error {
    margin-top: 5px;
    font-size: 14px;
    color: #ff0000 !important;
}
#my-overlay {
    left: 0 !important;
    top: 0 !important;
    z-index: 10000 !important;
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    /* background-color: rgba(0,0,0,0.9) !important; */
    cursor: pointer !important;
    visibility: visible !important;
    transition: visibility 0s, opacity 0.4s linear !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: wait !important;
}

    #my-overlay i.fa.fa-spinner.fa-spin,
    .spinner-big {
        font-size: 100px !important;
    }

    #my-overlay i {
        color: #22377F;
    }


#register-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

@media (max-width: 600px) {
    #register-container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
