

h1 {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: black;
}
h2 {
    font-size: 15px;
    font-weight: 400px;
    color: black;
}
.four_otp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inpOtp {
    background: #F5F5F5;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 8px;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    width: 50px;
    height:40px;
    border: none;
    outline: none;
    caret-color: transparent;
}

.btn_otp{
    width: 100%;
    padding: 9px;
    border-radius: 100px;
    font-size: 18px;
    color: #fff;
    border: none;
    background-color: #5d46a1;
}

.resend {
    font-size: 15px;
    font-weight: 600;
    color: #cecece;
}
