.form-label-group > label {
    position: relative;
}

.card-signin {
    max-width: 475px;
    width: 100%;
    min-height: 535px;
    margin: 87px auto 85px auto;
    border: 0px;
    position: relative;
    padding: 0 15px;
    background: transparent;
    box-shadow: none;
}

.card-signin .card-title {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    color: #577ae4;
}

.row {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon svg {
    position: absolute;
    top: 10px;
    left: 10px;
}

#eye-visible {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    right: 10px;
    left: auto;
}

#eye-invisible {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    right: 10px;
    left: auto;
}

.btn-submit-login {
    margin: auto;
    width: 158px;
    height: 36px;
    background-color: #398ff2;
    border: none;
    border-radius: 18px;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    max-width: 158px;
}

.block-login {
    display: flex;
    justify-content: center;
    margin-top: 106px;
}

.block-action {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.block-action .link-reset-pass {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #4870fe;
}

.block-action-register {
    margin-top: 27px;
}

.block-action-register .link-register {
    font-family: Noto Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #4870fe;
}

.form-signin {
    margin-top: 48px;
}

.form-signin input {
    width: 100%;
}

.form-label-group {
    margin-top: 24px;
}

.input-login {
    height: 36px;
    width: 350px;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.card-signin .card-body {
    padding: 26px 47px;
    border-radius: 13px;
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

label {
    margin-bottom: 5px !important;
}

.invalid-feedback {
    display: inline;
    /* position: absolute; */
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

#eye-invisible {
    display: none;
}

.btn-show-password,
.btn-hide-password {
    cursor: pointer;
}

.modal {
    background-color: rgba(0, 0, 0, 0.4);
}

@media only screen and (max-height: 900px) {
    .card-signin {
        margin-bottom: 40px;
    }
}

.signup .card-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #232632;
    margin-bottom: 29px;
}

.signup .card-signin .card-body {
    padding-top: 61px;
    padding-bottom: 45px;
}

.signup .card-description {
    font-size: 14px;
    line-height: 21px;
    color: #232632;
    margin-bottom: 27px;
}

.signup .dob {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*margin-bottom: 80px;*/
}

.signup .error-date {
    margin-bottom: 70px;
}

.signup .dob select {
    flex-basis: calc((100% / 3) - 7px);
    height: 36px;
    border: 1px solid #dddee2;
    box-sizing: border-box;
    border-radius: 4px;
    /* background: #fff; */
    padding: 0 14px 0 16px;
    background: url("../img/icons/arrow-down-black.png") no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 90px;
}

.signup .dob select:focus {
    outline: none;
}

.signup .btn-reset {
    background: #398ff2;
    border-radius: 18px;
    width: 100%;
    max-width: 158px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
}

.signup .btn-changePass {
    position: absolute;
    bottom: 36px;
    display: flex;
    width: calc(100% - 94px);
    justify-content: center;
}

.form-group-changePass {
    margin-bottom: 24px;
}

.form-group.form-check-register {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.form-signin input.register-checkRules-input {
    position: unset;
    margin-right: 12px;
    width: 20px;
    border: 2px solid #49548a;
    box-sizing: border-box;
    border-radius: 4px;
    height: 20px;
    margin-top: 0;
    margin-left: 0;
}

.form-check-label.register-checkRules-label {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 21px;
}

.signup-btn .btn-submit-login:disabled {
    opacity: 0.5;
    cursor: pointer;
}

.signup-btn .btn-submit-login:focus {
    outline: none;
}

.modal-sendmail {
    width: 100%;
    max-width: 910px;
    margin: 100px auto;
    box-shadow: 0 3px 4px 1px #ccc;
}
.modal-title {
    color: #3d9aef;
}

.modal-register .modal-content,
.modal-sendmail .modal-content {
    background: #ffffff;
    border-radius: 12px;
    border: 0;
    padding: 30px 25px;
    text-align: center;
    max-width: 680px;
    margin: auto;
}
.modal-sendmail .modal-content {
    padding: 120px 25px 100px 25px;
}

.modal-register button.close {
    padding-right: 0;
}

.modal-register .modal-body {
    padding: 0;
}

.modal-register img {
    margin-bottom: 35px;
}

.modal-register .modal-register-description,
.modal-sendmail .modal-register-description {
    font-size: 18px;
    line-height: 1.4;
    color: #6f6f6f;
    margin-bottom: 0;
    margin-top: 60px;
    font-family: "sourcesan regular", sans-serif;
}
.modal-register .modal-register-description {
    margin-bottom: 30px;
    margin-top: 20px;
}

.modal-register .modal-register-bottom {
    font-size: 16px;
    line-height: 24px;
    color: #2a2e43;
}

.modal-register .modal-register-bottom a {
    color: #3490dc;
}

.custom-checkbox .custom-control-label::before {
    background: #e9ecf4;
    border: 2px solid #49548a;
    box-sizing: border-box;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    top: 1px;
}

.custom-control-label {
    padding-left: 12px;
    font-size: 14px;
    line-height: 21px;
}

.custom-checkbox-other {
    margin-bottom: 15px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background: #49548a;
    border: 2px solid #49548a;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("../img/icons/tick-white.png");
    top: 1px;
}

.custom-control-label::after {
    width: 20px;
    height: 20px;
}

/* responsive */
@media screen and (max-width: 1110px) {
    .modal-sendmail {
        max-width: 80%;
    }
    .modal-register img {
        width: auto;
    }
    .modal-sendmail img {
        width: 120px;
    }
    .modal-sendmail .modal-content {
        padding: 100px 0 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .card-signin .card-body {
        box-shadow: none;
        padding: 0;
    }
    .container-login {
        background-color: #fff;
    }
    .card-signin {
        margin-top: 50px;
        min-height: auto;
        padding: 0 20px;
    }
    .card-signin .card-title {
        color: #444955;
    }
    .block-action {
        justify-content: space-between;
    }
    .block-login {
        margin-top: 60px;
    }
    .signup .card-signin .card-body {
        padding-top: 0;
    }
    .signup .btn-changePass {
        margin-top: 100px;
        position: unset;
        bottom: 0;
        width: auto;
    }
    .modal-sendmail .modal-dialog {
        width: auto;
    }
    .modal-sendmail .modal-content {
        padding: 65px 16px 50px 16px;
    }
    .modal-register .modal-register-description {
        margin-top: 0;
    }
    .modal-sendmail .modal-register-description {
        font-size: 14px;
        margin-top: 40px;
    }
    .modal-sendmail {
        max-width: 90%;
    }
    .block-footer-logo img {
        height: 80px;
    }
    .block-footer-logo + .block-footer-logo img {
        height: 75px;
    }
    .footer-brand img {
        height: 80px;
    }
    .cp-bg {
        font-size: 13px;
        justify-content: center;
        max-width: unset;
    }
}
@media screen and (max-width: 450px) {
    .modal-sendmail img {
        width: 100px;
    }
    .block-footer-logo img {
        height: 70px;
    }
    .block-footer-logo + .block-footer-logo img {
        height: 65px;
    }
    .footer-brand img {
        height: 70px;
    }
    .cp-bg {
        font-size: 11px;
    }
    .input-login {
        width: 100%;
    }
}
