/* Custom styles */

:root {
    --primary-color: #0068F5;
    --font-family: sans-serif;
    --label-margin-bottom : 0.25rem;
    --label-font-weight: 500;
}

.login-form,
.password-reset-form {
    margin: auto;
    width: 430px;
    min-height: 708px;
    flex-shrink: 0;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    border: 1px solid var(--gray-300, #E6E9ED);
    background: #FFF;
}

.login-container .row,
.password-reset-link .row,
.password-reset .row {
    --bs-gutter-x: 0rem;
}

#maincontent #password-requirements li {
    list-style: disc !important;
    margin-bottom: 0px;
}

.password-reset {
    font-family: var(--font-family);
}

.login-form .form-label,
.password-reset-form .form-label {
    font-size: 14px;
    color: var(--bs-gray-800);
    margin-bottom: var(--label-margin-bottom);
    font-weight: var(--label-font-weight);
}

.login-form .mb-3,
.password-reset-form .mb-3 {
    margin-bottom: 2rem !important;
}

.password-reset-form .mb-3 {
    text-align: left !important;
}

#pasword_reset .link-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

#forgotPasswordFrm .link-buttons {
    display: flex;
    align-items: center;

    flex-wrap: wrap;
    position: absolute;
    transform: translate(23%, 250px);
    gap: 40px;
}

#loginFrmNew,   
#forgotPasswordFrm,
#pasword_reset {
    padding: 28px 20px;
}

#pasword_reset input {
    font-family: var(--font-family);
}

#pasword_reset a {
    text-decoration: none;
}


.register-ink,
.sub-header-msg {
    text-align: center;
    color: var(--bs-gray-600);
}

.register-ink a {
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 22px;
}

.astrik {
    color: var(--bs-danger);
}

#password-requirements {
    padding: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 15px !important;
}

#password-requirements .e-success {
    color: var(--bs-success) !important;
}

#password-requirements .invalid {
    color: var(--bs-danger) !important;
}

#password-requirements li {
    color: var(--bs-gray-900) !important;
    list-style-type: disc !important;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: var(--font-family) !important;
    padding-top: 0px !important;
    padding-left: 5px !important;
    padding-bottom: 3px !important;
}

.req-progress {
    padding: 10px;
    background-color: #effafd;
    margin-bottom: 10px;
    text-align: left !important;
}

.req-progress span {
    color: var(--bs-gray-800);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.e-success::marker {
    font-family: 'FontAwesome';
    content: '\f058';
    font-size: 14px;
}

.new-password.e-success::after,
.confirm-password.e-success::after {
    font-family: 'Font Awesome 6 pro';
    content: '\f00c' !important;
    color: var(--bs-success);
    padding: 5px 5px 0px 0px;
}

.new-password.e-error::after,
.confirm-password.e-error::after {
    font-family: 'Font Awesome 6 pro';
    content: '\f06a' !important;
    color: var(--bs-danger);
    padding: 5px 5px 0px 0px;
}

.error_boundry {
    text-align: center;
}

#new-password,
#confirm-password {
    font-family: var(--font-family);
}

#password-message,
#confirm-password-message {
    font-size: 12px;
    line-height: 18px;
    font-family: var(--font-family);
}

#loginFrmNew input::placeholder,
#forgotPasswordFrm input::placeholder{
    font-size: 13px;    
    font-style: normal;
    line-height: 24px;
}

#loginFrmNew input,
#forgotPasswordFrm input,
#pasword_reset .e-input-group{
    height: 32px;
    border-radius: 4px;
    max-width: 375px ;
}

#loginFrmNew .alert.alert-danger {
    width: 100%;
}

.forget-password {
    text-align: end;
}

.forget-password a {
    margin: 11px;
    text-decoration: underline !important;
    font-size: 14px;
    line-height: 22px;
}

.banner-images {
    text-align: center;
    margin-top: 20px;
}

.logo image {
    transform: translate(18%, 30%);   
}

.login-title,
.password-title {
    text-align: center;
}

.or-divider {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    color: var(--bs-gray);
    font-size: 12px;
}

.or-divider::before,
.or-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background-color: #ccc;
}

.or-divider::before {
    right: 0;
    margin-right: 10px;
}

.or-divider::after {
    left: 0;
    margin-left: 10px;
}

#loginSignInNew {
    text-align: center;
    width: 208px;
    background-color: var(--primary-color) !important;
}

#emialLink,
#changePass {
    background-color: var(--primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

#changePass {
    font-size: 14px;
}

#emialLink {
    font-size: 14px;
    width: 114px;
}

#loginSignInNew:hover,
#emialLink:hover,
#changePass:hover {
    background-color: #0b5ed7 !important;
}

.back-to-login {
    display: flex;
    font-size: 14px;
    height: 32px;
    padding: 7px 15px;
    align-items: center;
    gap: 3px;
    border-radius: 4px;
    border: 1px solid var(--bs-dark);
}
    
.rectangle-button.google_login,
.rectangle-button.fb_login {
    width: 375px;
    display: flex;
    justify-content: center;
    margin-left: 5px;
    border-radius: 6px;
}

.rectangle-button .google_login,
.rectangle-button .fb_login {
    width: 17px;
}

.google_login span,
.fb_login span {
    margin-left: 10px;
    color: #000;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
    }

#verificationHelp {
    border:1px solid #6c757d !important;
}

#red-list li {
    color: red !important;
    list-style-type: disc !important;
    font-size: 14px !important;
}

#red-list {
    padding-bottom: 0px !important;
    padding-left: 4px !important;
    display: none;
}

.rectangle-button {
    display: inline-block;
    padding: 11px 62px 11px 62px;
    border: 1px solid #fbfbfb;
    background-color: #f3f2f2;
    color: #333;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
    cursor: pointer;
}
  
.rectangle-button img {
    vertical-align: middle;
}

.rectangle-button:hover {
    background-color: #e9e9e9;
    color: #fff;
}