/* .login-part-1 {
    background-color: #21313E;
    height: 100vh;
} */

.image_section {
    background: #21313E;
    height: 100vh;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.image_section .logo {
    height: 524px;
    width: 524px;
}

/* .login-part-1 img {
    background-size: contain;
} */


.image-container {
    /* position: relative; */
}

/* .logo-images {
    position: relative;
}

.bg-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
} */

.email-box {
    border: 1px solid #E2E8F0;
    padding: 8px 16px;
    border-radius: 12px;
}

.email-box input {
    border: none;
}

.email-box input:focus {
    outline: none;
}

.email-box input::placeholder {
    color: #0F172A;
}

form h4 {
    color: #196D6D;
}

form p {
    color: #64748B;
}

#otpInput {
    opacity: 0;
    position: absolute;
    font-size: 16px;
    width: inherit;
}

.otp-box {
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 1);
    margin: 0 5px;
    padding: 5px 0;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
}






