
.login-pf body {
    background: #ffffff;
    background-size: cover;
    height: 100%;
}

div.kc-logo-text {
    background-image: url(../img/logo-marr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 140px;
    width: 160px;
    margin: 0 auto;
}

div.eportal-container {
    background-image: url(../img/logo-MARR-EPORTAL.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 60px;
    width: 200px;
}

div.eportal-container span {
    display: none;
}

div.social-container {
    display: flex;
    width: 200px;
    padding-top: 20px;
    justify-content: space-around;
}

div.social-container div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 25px;
    width: 25px;
}

div.social-container span {
    display: none;
}

.instagram {
    background-image: url(../img/logo-instagram.svg);
    margin-right: .5rem;
}

.linkedin {
    background-image: url(../img/logo-linkedin.svg);
    margin-right: .5rem;
}

div.social-container div.my-app {
    background-image: url(../img/logo-myMARR.svg);
    border-radius: 2px;
    height: 23px;
    width: 23px;
}

div.social-container span {
    display: none;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 0 10px 10px;
    white-space: normal;
    background: transparent;
    box-shadow: none;
    display: flex;
}

#kc-footer-wrapper {
    background: #fff;
    display: flex;
}

div.kc-footer-text {
    background-repeat: no-repeat;
    height: 60px;
    background-position: center;
    background-image: url(../img/logo-cremonini.svg);
    width: 120px;
    margin: 0 auto 0 0;
}

div.kc-footer-text-right {
    background-repeat: no-repeat;
    height: 60px;
    background-position: center;
    background-image: url(../img/MARR-logo-50anni.svg);
    width: 120px;
    margin: 0 0 0 auto;
}

.login-pf-page {
    padding-top: 0;
    height: 100%;
}

.login-subtitle {
    color: #505050;
    margin-top: 10px;
    font-size: 13px;
    text-align: center;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.3333333;
    border: 1px solid #B30B11;
    border-radius: 3px;
}

.pf-c-button.pf-m-primary {
    color: #ffffff;
    background-color: #B30B11;
}
.pf-c-button.pf-m-primary:hover, .pf-c-button.pf-m-primary.pf-m-hover {
    color: #ffffff;
    background-color: #86080d;
}
.login-pf a {
    color: #B30B11;
    text-decoration: none;
}
.login-pf a:hover {
    color: red;
}

.pf-c-form-control {
    font-size: 14px;
    border: 1px solid #D3DCE6;
    border-radius: 3px;
}
.pf-c-form-control:hover, .pf-c-form-control:focus {
    border-bottom:2px solid #000000
}

.login-pf-page .login-pf-settings {
    justify-content: left;

}

.card-pf {
    border-top: none;
}

.h1, h1 {
    font-weight: 500;
    color:#000000;
}

.pointer {
    cursor: pointer;
}

.kc-footer {
    bottom: 0;
    position: fixed;
    width: 100%;
}

.login-help {
    margin-bottom: 10px;
    text-align: center;
}

.login-pf-page .pf-c-alert__icon {
    align-items: center;
}

#kc-info-message {
    padding-left: 0;
    padding-right: 0;
}

.top-margin {
    margin-top: 50px;
}

.pf-c-input-group {
    border-radius: 3px;
}

.pf-c-input-group input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pf-c-button.pf-m-control {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pf-c-button.pf-m-control:after, .pf-c-button.pf-m-control:hover:after, .pf-c-button.pf-m-control:focus:after {
    border: 1px solid #D3DCE6;
    border-left: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

@media (min-width: 768px){
    .login-pf-page .login-pf-page-header {
        margin-bottom: 0;
    }

    .card-pf {
        width: 500px;
    }

    .card-container {
        height: calc(100% - 140px);
        width: 100%;
        display: flex;
        align-items: center;
    }

    .login-pf body {
        background: url(../img/sfondo-cuoco2.jpg) no-repeat center center fixed;
        background-size: cover;
        height: 100%;
    }

    #kc-header-wrapper {
        font-size: 29px;
        text-transform: uppercase;
        letter-spacing: 3px;
        line-height: 1.2em;
        padding: 10px 10px 10px;
        white-space: normal;
        background: #ffffff;
        box-shadow: 0 3px 6px #00000029;
    }

    .card-pf {
        background-color: #fff9;
    }

    div.kc-logo-text {
        height: 60px;
    }

    div.eportal-container {
        width: 200px;
        margin-left: 10px;
    }

    div.social-container {
        align-items: center;
        padding-top: unset;
        width: 200px;
    }

}

@media (min-width: 990px) {
    .info-message-buttons {
        padding: 0;
    }

    #kc-info-message .pf-c-button {
        width: auto!important;
    }
}

@media (min-width: 1312px) {
    .card-pf {
        margin-right: 100px;
    }
}
