.login-head {
    background-color: #3a6ea5;
}

.login-left-panel {
    display: grid;
    place-items: center;
    place-content: center;
    height: 100vh !important;
    padding: 10px;
}

.Tamilnadu-logo-lg {
    width: 80%;
    height: 80%;
}

.Tamilnadu-logo-sm {
    width: 40% !important;
    height: 40% !important;

}

form .form-control {
    width: 100%;
    padding: 7px;
}

input.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #6583fb;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.login-right-panel {
    display: grid;
    place-items: center;
    place-content: center;
    height: 100vh;
}

.left-colum {
    background-color: white !important;
}

.sign-btn {
    border: none !important;
    width: 350px;
    padding: 7px;
    background-color: #3a6ea5;
    border-radius: 5px;
    color: white;
}

.sign-font {
    color: #878a99;
}

.otp-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.otp-input:focus {
    border-color: #6583fb !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
}

.resend-btn {
    background: none;
    border: none;
    color: #1f1f1f;
    text-decoration: underline;
    cursor: pointer;
}

.pwd-place::placeholder {
    color: #7b7e82 !important;
    font-family: inter;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
}

.pwd-place .form-control {
    font-family: inter;
    font-weight: 400;
    font-size: 14px;
}

.Enter-code-clr {
    color: #0f1114;
}