#login-form {
    font-family: 'Roboto', sans-serif;
}

.forgot-password a {
    color: black;
}

.no-account a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1;
    color: black;
}

.register-form {
    font-family: 'Roboto', sans-serif;
}

.register-form p a {
    color: black;
}

.register-form .custom-radio input[type="radio"]:checked+span {
    background-color: black;
}

.register-form .form-control:focus {
    outline-color: black;
    border-color: black;
}

.register-form .input-group.focus {
    outline-color: black;
}

.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%;
    }
}


/*
#login-form .form-group {
    display: flex;
    justify-content: center;
}
*/

#login-form label {
    display: none;
}

div.form-control-comment {
    display: none;
}

@media (min-width: 768px) {
    #login-form label {
        visibility: hidden;
        display: block;
    }
    div.form-control-comment {
        display: block;
    }
}

.form-control-label {
    display: none;
}

@media (min-width: 768px) {
    .form-control-label {
        visibility: hidden;
        display: block;
    }
}

.forgot-password a {
    text-decoration: underline;
}

.no-account a {
    text-decoration: underline;
}

hr {
    visibility: hidden;
}

.register-form p {
    text-align: center;
}

.register-form p a {
    text-decoration: underline;
}

#authentication .custom-checkbox label {
    padding-left: 0;
}

span.form-control-comment {
    padding-left: 0.5rem;
}

.form-control:focus {
    outline-color: black !important;
}


/* Tot això d'aquí ho hem fet per no haver de modificar el fitxer authentication.tpl */

.no-account a {
    text-decoration: unset;
    display: inline-block;
    font-weight: normal;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 0;
    color: white;
    background-color: black;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
}

.no-account a:focus,
.no-account a:hover {
    color: white;
}