.bs-otp-link {
    position: absolute;
    top: 8px;
    right: 7px;
    font-size: 12px;
}

.bs-otp-link a {
    color: #2fbcd9;
}

.bs-otp-msg {
    color: #f0444b;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bs-error-text {
    color: #f0444b;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.bs-success-text {
    color: #f0444b;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}