/*new login START here */
a.linked {
    color: #007bff;
    cursor: pointer;
}
#signin {
    background: #DBE7F3 !important;
}
.validation-error,.custom-error{
    margin-bottom: 0 !important;
}
.bg-light{
    background-color: #f2f8ff !important;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background-image: url('/frontend/images/vector-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-blend-mode: exclusion;
}
.max-width-1000{
    max-width: 1000px !important;
}
.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;
    box-shadow: none !important;
}

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

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

label.bg-white {
    background-color: #FFFFFF !important;
    z-index: 9;
}
.bgm-shadows .row {
    padding: 63px 114px;
    min-height: 486px;
    display: flex;
    align-content: center;
}
.bgm-shadows .row.no-rows{
    padding: unset !important;
    min-height: unset;
    max-height: unset;
}

.pwd-title {
    color:#456978;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

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 {
     background-color: #17313f;
    max-height: 46px;
    color: #F0FDF4 !important;
    font-size: 16px;
    line-height: 26px;
    min-height: 46px;
    border-radius: 10px;
}
.secondarym-btn {
    background-color: #456978 !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: #17313f   !important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.txt-title .linked {
    color:#456978;
    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: #456978;
    color: #FFFFFF !important;
}
[type=checkbox]:checked {
    background-color: #1c3750 !important;
}
.remember-txt{
    color: #17313f;
}
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: #a28852  !important;
    color: #FFFFFF !important;
    border-color: #a28852;
    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;
    }
}
input:autofil{
    background: #45697838;
}
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{
    min-height: 44px !important;
    max-height: 44px !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;
    }
}
.right-login-section{
    min-height:400px;
}
@media only screen and (max-width:675px){
    #signin {
        padding: 100px 20px !important;
        /* height: calc(100vh - 100px) !important; */
    }
    .layout-horizontal-bar .main-content-wrap {
        min-height: auto !important;
    }
    footer .links a {
        font-size: 10px !important;
    }
    footer .links {
        display: flex;
        flex-direction: column;
    }
    .copyright p.text-mute.fs-5.mt-2 {
        font-size: 10px !important;
    }
    .bgm-shadows .row {
        padding: 30px;
        min-height: unset;
        max-height: unset;
    }
    .lgm-title {
        font-size: 20px;
        line-height: 28px;
        margin: 0 !important;
    }
    .bg-light img.mx-auto {
        display: none !important;
    }
    .bgm-shadows img.d-block {
        max-width: 175px !important;
    }
    .mflex-wraps{
        row-gap: 4px !important;
    }
      .bgm-shadows {
        background-size: 0 !important;
    }
    .bg-light{
        border-radius: 12px 12px 0 0px!important;
        background-size: 0 !important;
        background: #FFFFFF !important;
        padding: 10px !important;
        padding-top: 25px !important;
    }
    .right-login-section{
    border-radius: 0 0px 12px 12px!important;
    padding: 25px !important;
    }
    .login-section.p-4 {
        padding: 0 !important;
    }
    .txt-title{
        margin-bottom: 0 !important;
    }
    .right-login-section{
        min-height:unset !important;
    }
}
@media only screen and (min-width: 481px) and (max-width: 940px) and (orientation: landscape) {
    .bgm-shadows {
        background-size: 0 !important;
    }
        body .layout-horizontal-bar .main-content-wrap {
        margin-top: 120px !important;
    }

}
.AuthMainSwitch{
    height: 50px;
    width: 100% !important;
    position: relative;
    display: flex;
    align-items:center;
    justify-content: space-around;
    background-color: lightgray;
    border-radius: 50px;
}

.AuthMainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-weight: 600;
    color: #17313f  ;
    outline: none !important;
}

.AuthMainSwitch .backgroundPill{
    position: absolute;
    background-color: white;
    width: 50%;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    transition: 1s;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1)
}
.input-group-prepend.rounded-right {
    position: absolute;
    right: 0.7rem;
    top: 0.75rem;
}
.form-control:disabled, .form-control:read-only{
    opacity: 1;
    color: #7f8289 !important;
}

input:read-only {
    color: #7f8289 !important;
}

#failed_sign_in_box .timer {
    display: flex;
    justify-content: center;
    font-size: 15px;
}
/*---- 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 ----*/
