/* OTP */
.input-otp {
    width: 40px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    border: 2px solid #efefef;
    border-radius: 3px;
    margin-right: 3px;
    padding: 0;
}
.input-otp:focus { 
    outline: none !important;
    border: 2px solid #b3a258 !important;
}
::placeholder {
    color: #efefef;
} 
h2.swal2-title {
    font-size: 1.3em;
}