.send-renew-password-link {
    text-align: center;
    color: black;
}

.center-email-fields label {
    display: none;
}

@media (min-width: 768px) {
    #send-reset-link {
        border-radius: 0;
    }
}

#back-to-login {
    display: none;
}

.londji-login-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

#londji-login-image {
    width: 75%;
}


/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
    #londji-login-image {
        width: 75%;
    }
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #londji-login-image {
        width: 50%;
    }
}


/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
    #londji-login-image {
        width: 50%;
    }
}


/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    #londji-login-image {
        width: 33%;
    }
}


/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    #londji-login-image {
        width: 25%;
    }
}

.ps-alert-success {
    font-family: 'Roboto', sans-serif;
}

a {
    /*font-family: 'Roboto', sans-serif;*/
    color: black;
}

a:hover {
    color: black;
}