/*new login START here */
#signin {
    background: #DBE7F3 !important;
}
.bgm-shadows {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 182.9px 0 #BFD2E2;
    max-width: 1231px !important;
    width: 100%;
    background-image: url('/frontend/images/vector-bg.png');
    background-position: left bottom;
    background-size: 564px;
    background-repeat: no-repeat;
}

.cursor-no-drop{
    cursor: no-drop !important;
}
.custom-error{
    color: #ff4c51 !important;
    font-size: 12px;
    font-weight: 500;
}
.invalid-input{
    border: 1px solid #ff4c51 !important;
    border-radius: 4px !important;
}

.h-100vh {
    height: calc(100vh - 0px);
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.lgm-title {
    font-size: 30px;
    line-height: 38px;
    color: #000814;
    font-weight: bold !important;
}

label.bg-white {
    background-color: #FFFFFF !important;
    z-index: 9;
}
.bgm-shadows .row {
    padding: 8rem 114px;
    min-height: 480px;
    max-height: 480px;
    align-items: center;
}
.bgm-shadows .row.no-rows{
    padding: unset !important;
    min-height: unset;
    max-height: unset;
}

.pwd-title {
    color: #9B8B75;
    font-size: 12px;
    line-height: 22px;
}

body .border-clr {
    border: 1px solid #D5DAE1 !important;
    border-radius: 4px !important;
}
body .was-validated .form-control:invalid,body .form-control.is-invalid{
    border-color: #ff4c51 !important;
}

.primarym-btn,.btn-primary {
    background-color: #9B8B75 !important;
    border-color: #92836e !important;
    max-height: 46px;
    color: #F0FDF4 !important;
    font-size: 16px;
    line-height: 26px;
    min-height: 46px;
    border-radius: 10px;
}
.secondarym-btn {
    background-color: #333F51 !important;
    max-height: 46px;
    color: #F0FDF4 !important;
    font-size: 16px;
    line-height: 26px;
    min-height: 46px !important;
    border-radius: 10px;
}
.primarym-btn.mt23{
    margin-top: 23px;
}

.txt-title {
    color: #1C3750 !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
}

.txt-title .linked {
    color: #9B8B75;
    font-weight: 600;
}
ul.paginatem li {
    padding: 5px;
    background: #F7F8F9;
    aspect-ratio: 1/1;
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #333F51 !important;
}
ul.paginatem li.active{
    background: #92836e;
    color: #FFFFFF !important;
}
[type=checkbox]:checked {
    background-color: #9b8b75 !important;
}
.remember-txt{
    color: #1C3750;
}
input:focus+ label,input:visited+ label,input:focus-within+ label {
    z-index: 999 !important;
}
.in-padding{
    margin-left: .5rem !important;
}
h5.popup-title {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}
body .modal-content {
    padding: 5px 20px;
}
body button.btn-solid {
    min-width: 85px;
    font-size: 16px;
    padding: 5px 20px;
}
body .modal-header {
    border:0px !important;
}
.modal-footer.text-center {
    justify-content: center !important;
    border:0px !important;
}
.btn-success.btn-solid,.btn-success.btn-solid:hover,.btn-success.btn-solid:focus {
    background: #9B8B75  !important;
    color: #FFFFFF !important;
    border-color: #9B8B75;
    box-shadow: unset !important;
}
.btn-danger.btn-solid, .btn-danger.btn-solid:hover, .btn-danger.btn-solid:focus{
    background: #333F51;
    color: #FFFFFF !important;
    border-color: #333F51;
    box-shadow: unset !important;
}
@media only screen and (max-width:1599px) and (min-width:1025px) {
    .bgm-shadows .row {
        padding: 5rem 4rem !important;
        min-height: unset !important;
    }
    .h-100vh {
        height: calc(100vh - 0px);
    }
}
input:autofil{
    background: #92836e38;
}
input:-webkit-autofill {
    background-color: #FAFFBD !important;
}
input:focus+ label {
    z-index: 999;
}
.form-notes{
    font-size: 12px;
    line-height: 22px;
}
.top-notes{
    font-size: 14px;
    line-height: 24px;
}
.bgm-shadows .errortxt-msg {
    font-size: 12px;
    font-weight: 500;
}
body.dashboard_page .form-control{
    height: unset !important;
}
@media only screen and (max-width:1026px){
    #signin {
        padding: 40px !important;
        height: fit-content !important;
    }
    .bgm-shadows .row {
        padding: 60px;
        min-height: unset;
        max-height: unset;
    }
    .lgm-title{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:675px){
    #signin {
        padding: 40px 20px !important;
    }
    .bgm-shadows .row {
        padding: 30px;
        min-height: unset;
        max-height: unset;
    }
    .lgm-title {
        font-size: 20px;
        line-height: 28px;
    }
    .bgm-shadows img.d-block {
        max-width: 75px !important;
    }
    .mflex-wraps{
        flex-wrap: wrap !important;
        row-gap: 8px;
    }
}

#failed_sign_in_box .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

#failed_sign_in_box .timer {
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.input-group-prepend {
    position: absolute;
    right: 0.7rem;
    top: 0.75rem;
}

input:read-only {
    color: #7f8289 !important;
}
/*---- START for 2fa3faValidateForm ----*/
.hide-placeholder-on-focus:focus::placeholder {
    opacity: 0; /* Hide the placeholder text on focus */
}
.Auth2faCodeInputs:read-only .Auth3faOTPInputs:read-only {
    color: #7f8289 !important;
}
/*---- END for 2fa3faValidateForm ----*/
