

div.kc-logo-text {
    background-image: url(../img/ferrotramviaria-logo.jpg);
    background-repeat: no-repeat;
    height: 60px;
    width: 120px;
    margin: 0 auto;
}

.login-pf {
    background: #ffffff url(../img/bgd-ferrotramviaria.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

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

.login-pf-page {
    padding-top: 0px;
}

#kc-header-wrapper {
    font-size: 29px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 20px 10px 20px;
    white-space: normal;
    background: rgba(255,255,255,1);
}

#kc-header-wrapper span {
    display: none;
}


.btn-primary {
    background-color: #C30133;
    background-image: none;
    border-color: transparent;
    color: #fff;

     padding: 10px 0px;
}

.btn{
    padding: 10px 0px;
}

.btn-primary:hover{
    background-color: #940026;
    background-image: none;
    border-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
    background-color: #940026;
    background-image: none;
    border-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}




.btn-primary:focus {
    background-color: #0F2A45;
    background-image: none;
    border-color: transparent;
    color: #fff;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
}

.form-control:focus {
    border-color: #0082CA;
    outline: 0;
    box-shadow: none;
}

.card-pf {
    background: rgba(255,255,255,1);
    margin: 0 auto;
    padding: 0 20px;
    max-width: 500px;
    border-top: 0;
    border-radius: 10px;
}

.login-pf-page .login-pf-social-link a {
    padding: 6px 0;
}

.login-pf-page .login-pf-header h1 {
    font-size: 24px;
    color:#000;
    font-weight:600;
    text-transform: uppercase;
    margin-bottom: 35px;
    position:relative;
}
.login-pf-page .login-pf-header h1:before {
    display: block;
    margin: 2px auto;
    width: 107px;
    height: 3px;
    left: 0;
    right: 0;
    background: #940026;
    content: "";
    bottom: -22px;
    position: absolute;

}
.login-pf-page .login-pf-header h1:after {
    display: block;
    margin: 0px auto 0px;
    width: 107px;
    height: 3px;
    left: 0;
    right: 0;
    background: #3F629E;
    content: "";
    bottom: -15px;
    position: absolute;

}

@media (min-width: 768px){
.login-pf-page .card-pf {
    padding: 20px 40px 40px 40px;
    -webkit-box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.57);
box-shadow: 0px 1px 10px 2px rgba(0,0,0,0.57);
    margin-top: 50px;
}
}

@media (max-width: 767px){
    .login-pf {
        background: #ffffff;
        background-size: cover;
        height: 100%;
    }
    .login-pf-page {
    padding-top: 30px;
    }


     #kc-header-wrapper {
        padding: 20px 0px 20px 0;
        text-align: center;
        background-color: #fff;
    }
    #kc-header {
        padding-left: 0px;
        padding-right: 0px;
        float: none;
        text-align: left;
    }

    .login-pf-page .card-pf {
        max-width: none;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 0;
    }

    div.kc-logo-text {
    margin: 0 auto;
    width: 226px;
    height: 62px;
    background-size: 100%;
    }

}






@media (max-width: 425px){

#kc-header-wrapper {
        padding: 20px 0px 0 0;
        text-align: center;
        background-color: #fff;

    }

    #kc-header {
    padding-left: 20px;
    padding-right: 20px;
    float: none;
    text-align: left;
    }

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

.card-pf {
    background: rgba(255,255,255,1);
}

div.kc-logo-text {
    background-image: url(../img/ferrotramviaria-logo.jpg);
    background-repeat: no-repeat;
        height: 60px;
    width: 120px;
    margin: 0 auto;
}


}
