.loader {
    position: fixed;
    z-index: 29;
    background: rgba(255, 255, 255, 0.75);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 4%;
    height: auto;
}


.verify_otp {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.verify_otp div {
    margin: 5px;
}
