.otp-text {
    padding-left: 30vw;
    color: white !important;
    margin-top: 5px;
}

.otp2-text {
    padding-left: 0;
    color: white !important;
    margin-top: 5px;
    position: relative;
    left: 45vw;
    width: 7vw;
    border: none;
}

.logo-menu {
    position: absolute;
    width: 110px;
    top: -70px;
}

.login-label {
    color: #fdd700 !important;
}

.login-email {
    color: #fff;
    margin-bottom: 8px;
}

.login-otp-group {
    display: flex;
    flex-direction: column;
}

.login-resend {
    background-color: transparent;
}

.login-back-button {
    background-color: azure !important;
}

.is-hidden {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .otp-text {
        padding-left: 90px;
        font-size: 10px;
        margin-top: 10px;
    }

    .logo-menu {
        width: 80px;
        top: -70px;
    }

    .otp2-text {
        left: 45vw;
        width: 30vw;
    }
}
