.ra-login-form-box {
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat", Noto Sans;
}

.ra-login-form-field {
    margin-bottom: 16px;
}

.ra-login-form-field label {
    margin-bottom: 8px;
}

.ra-login-form-field input[type="text"],
.ra-login-form-field input[type="password"] {
    background-color: transparent;
    border: solid 0px #fff !important;
    border-bottom-width: 1px !important;
    color: #fff !important;
}

.ra-login-form-field input[type="text"]:focus,
.ra-login-form-field input[type="password"]:focus {
    background-color: transparent !important;
    color: #fff !important;
}

.ra-login-form-field button {
    width: 100%;
    font-weight: 600;
    font-family: "Poppins", Noto Sans;
    border-color: #fff !important;
    text-transform: uppercase;
}