
.masuk{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.text-center{
    font-weight: 700;
    font-size: 18px;
    padding: 10px;
}

.nav-dana p{
    color: #118EEA;
}

#OTP{
    padding: 20px;
}

#formOtp{
    background-color: transparent;
    margin-top: 30px;
}

.wabot{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 8px;
    font-size: 19px;
    background-color: transparent;
}

.clearotp{
    background: transparent;
    width: 100%;
    height: 80px;
    position: absolute;
}





.alert-gagal{
}

.box-input-otp{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    padding: 20px;
    background: transparent;
    gap: 15px;
}

.fa{
    font-size: 20px;
}

.inpotp{
    width: 40px;
    height: 50px;
    background: #fff;
    border: none;
    color: #000 !important;
    font-size: 20px;
    outline: none;
    border-radius: 8px;
    text-align: center;
    border: 2px solid #ccc;
    caret-color: #118EEA;
}

.box-riset{
    background: transparent;
    width: 200px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 30px auto;
    font-size: 13px;
    position: relative;
}

.text-riset{
    width: 120px;
    background-color: #fff;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: absolute;
    padding: 6px;
    color: #ccc;
    text-align: center;
}

.text-timer{
    background-color: #F2F2F2;
    width: 100%;
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-right: 38px;
    position: absolute;
    right: 0;
    text-align: right;
}

.timerloadi{
    width: 18px;
    position: absolute;
    transform: translateY(-50%);
    right: 13px;
    top: 50%;
}