.auth0-lock.auth0-lock .auth0-lock-header .auth0-lock-name {
    color: white !important;
    font-weight: 500;
}
.auth0-lock.auth0-lock .auth0-lock-header {
    color: white !important;
    font-weight: 500;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg {
    background: #001457 !important;
}

.auth0-lock.auth0-lock .auth0-lock-header-bg-blur {
    opacity: 0.1 !important;
}

.auth0-lock-input-wrap .auth0-lock-input::placeholder{
    color:rgba(0,0,0,0.25);
}

.auth0-lock-input-wrap .auth0-lock-input{
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-weight:300;
    font-size:0.9rem;
}

.auth0-lock-badge-bottom {
    display: none !important;
}