/* Login Screen */
.wpo365-mssignin-button {
    width: 230px!important;
    border-radius: 1px!important;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 25%)!important;
    color: RGBA(0, 0, 0, 0.54)!important;
    border: none!important;
}
.wpo365-mssignin-logo {
    padding: 8px!important;
}
.wpo365-mssignin-label {
    color: RGBA(0, 0, 0, 0.54)!important;
}

/* Hide SSO on risual */
/*
form#loginform[action="https://risual.tablet.academy/login/"] #wpo365OpenIdRedirect, 
form#loginform[action="https://risual.tablet.academy/login/"] #nsl-custom-login-form-main {
    display: none!important;
}
*/

/* Hide SSO on africa */
/*
form#loginform[action="https://pdp.ng.tablet.academy/login/"] #wpo365OpenIdRedirect, 
form#loginform[action="https://pdp.ng.tablet.academy/login/"] #nsl-custom-login-form-main {
    display: none!important;
}
*/

.login h1 a[href='https://familyfund.tablet.academy/'] img{
    display: none;
}
.login h1 a[href='https://risual.tablet.academy/'] img{
    display: none;
}

/* Fix check box height */
.login input[type=checkbox] {
    height: 1rem;
}

.mepr_error a {
    color: #FFFFFF;
    text-decoration: underline;
}