* {
    padding: 0;
    margin: 0;
    color: #1a1f36;
    box-sizing: border-box;
    word-wrap: break-word;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Ubuntu, sans-serif;
}

:root {
    --primary: #004160;
    --light: #f3f6f9;
    --dark: #191c24;
    --fs12: 12px !important;
    --fs10: 10px !important;
    --fs14: 14px !important;
    --orangeColor: #ea8e11e8;
    --white: #ffffff;
}

body {
    height: 100vh;
    background-color: #ffffff;
    /* overflow: hidden; */
}
h1 {
    letter-spacing: -1px;
}
a {
    color: #004160;
    text-decoration: unset;
}
.inp-fs-12 {
    font-size: 12px !important;
}
.login-root {
    background: #fff;
    display: flex;
    width: 100%;
    /* min-height: 100vh; */
    /* overflow: hidden; */
}
.loginbackground {
    min-height: 692px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
}
.align-center {
    align-items: center;
}
.center-center {
    align-items: center;
    justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
/* .loginbackground-gridContainer {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: [start] 1fr [left-gutter] (86.6px) [left-gutter] 1fr [end];
      grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
      -ms-grid-rows: [top] 1fr [top-gutter] (64px) [bottom-gutter] 1fr [bottom];
      grid-template-rows: [top] 1fr [top-gutter] repeat(8,64px) [bottom-gutter] 1fr [bottom];
      justify-content: center;
      margin: 0 -2%;
      transform: rotate(-12deg) skew(-12deg);
  } */
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: #5469d4;
}
.box-background--white {
    background-color: #ffffff;
}
.box-background--blue800 {
    background-color: #212d63;
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: #7fd3ed;
}
.padding-top--64 {
    padding-top: 64px;
}
.padding-top--24 {
    padding-top: 24px;
}
.padding-top--48 {
    padding-top: 48px;
}
.padding-bottom--24 {
    padding-bottom: 12px;
}
.padding-horizontal--48 {
    padding: 30px;
}
.padding-bottom--15 {
    padding-bottom: 15px;
}

.flex-justifyContent--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 448px;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px,
        rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
.formbg span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #1a1f36;
}
label {
    margin-bottom: 10px;
}
.reset-pass a,
label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.reset-pass > a {
    text-align: center;
    /* margin-bottom: 10px; */
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 25px;
    padding: 8px 16px;
    width: 100%;
    min-height: 40px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
    background-color: #004160;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
        rgb(84, 105, 212) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    box-shadow: unset;
    min-height: unset;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}
a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
}
.footer-link span {
    font-size: 14px;
    text-align: center;
}
.listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
}

.animationRightLeft {
    animation: animationRightLeft 2s ease-in-out infinite;
}
.animationLeftRight {
    animation: animationLeftRight 2s ease-in-out infinite;
}
.tans3s {
    animation: animationLeftRight 3s ease-in-out infinite;
}
.tans4s {
    animation: animationLeftRight 4s ease-in-out infinite;
}

@keyframes animationLeftRight {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(1000px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes animationRightLeft {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-1000px);
    }
    100% {
        transform: translateX(0px);
    }
}

/* SLIDER CSS  */
.box-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #004160;
    padding-left: 50px;
    padding-right: 50px;
}

/* .logoLogin {
    position: relative;
    bottom: 35px;
    right: 4px;
} */

@media (max-width: 768px) {
    .box-root {
        /* box-sizing: border-box; */
        margin-top: 30px !important;
    }
    .box-slider {
        display: none !important;
    }
}
@media (min-width: 1124px) and (max-width: 768px) {
    .box-slider {
        display: none !important;
    }
    .box-root {
        /* box-sizing: border-box; */
        margin-top: 100px !important;
    }
}

/* FORGOT PASSWROD OTP VARIFICATION  */

#otpBox {
    text-align: center;
    backdrop-filter: blur(10px);
    width: 100%;
}

#otpBox h1 {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 18px;
}

#otpBox p {
    margin-bottom: 2rem;
    color: #b0b0b0;
    font-weight: 300;
}

#otpBox .otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

#otpBox .otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

#otpBox .otp-input input:focus {
    border-color: #a556f6;
    box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
    outline: none;
}

#otpBox .otp-input input::-webkit-outer-spin-button,
#otpBox .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#otpBox .otp-input input[type="number"] {
    -moz-appearance: textfield;
}



#otpBox button:disabled {
    background: #cccccc;
    border-color: #999999;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

#otpBox #timer {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

#otpBox .expired {
    animation: pulse 2s infinite;
    color: #ff4444;
}

#otpBox .resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #b0b0b0;
}

#otpBox .resend-link {
    color: var(--orangeColor);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: var(--fs12);
}

#otpBox .resend-link:hover {
    color: var(--orangeColor);
    text-decoration: underline;
}

#otpBox #email {
    color: var(--orangeColor);
    font-weight: 500;
}

/* FORGOT OTP BOX CSS START ************************ */

#forgot-otpBox {
    text-align: center;
    backdrop-filter: blur(10px);
    width: 100%;
}

#forgot-otpBox h1 {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 18px;
}

#forgot-otpBox p {
    margin-bottom: 2rem;
    color: #b0b0b0;
    font-weight: 300;
}

#forgot-otpBox .forgot-otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

#forgot-otpBox .forgot-otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 8px;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
}

#forgot-otpBox .forgot-otp-input input:focus {
    border-color: #a556f6;
    box-shadow: 0 0 0 2px rgba(166, 86, 246, 0.3);
    outline: none;
}

#forgot-otpBox .forgot-otp-input input::-webkit-outer-spin-button,
#forgot-otpBox .forgot-otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#forgot-otpBox .forgot-otp-input input[type="number"] {
    -moz-appearance: textfield;
}



#forgot-otpBox button:disabled {
    background: #cccccc;
    border-color: #999999;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

#forgot-otpBox #forgot-timer {
    font-size: 1rem;
    color: #ffffff;
    font-weight: 500;
    margin-left: 10px;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

#forgot-otpBox .expired {
    animation: pulse 2s infinite;
    color: #ff4444;
}

#forgot-otpBox .resend-text {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #b0b0b0;
}

#forgot-otpBox .forgot-resend-link {
    color: var(--orangeColor);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-size: var(--fs12);
}

#forgot-otpBox .forgot-resend-link:hover {
    color: var(--orangeColor);
    text-decoration: underline;
}

#forgot-otpBox #forgotemail {
    color: var(--orangeColor);
    font-weight: 500;
}



.btn.btn-primary {
    color: var(--orangeColor) !important;
    border-color: var(--orangeColor) !important;
    background-color: var(--white) !important;
    border-width: 2px !important;
}

.btn.btn-primary:hover {
    color: var(--white) !important;
    border-color: var(--primary) !important;
    background-color: var(--primary) !important;
    border-width: 2px !important;
}

.modal-dialog{
    max-width: 400px !important;
}

.text-primary {
    color: #ea8e11e8 !important;
}

/* FONT SIZE DEFINE  */
.inp-fs-12 {
    font-size: var(--fs12);
}

.inp-fs-14 {
    font-size: var(--fs14) !important;
}
