html, body {
    font-family: 'Roboto', sans-serif !important;
}

/* Body style */
body {
    background-color: #FFFFFF!important;
}

/*Custom background color on login page*/
.new-login__content{
background-color:#FFFFFF !important;
}

.dropdown-section { height: auto;}

/* Hide the Sign in with Email button */ .login-page__content button { display: none; }