/*
Copyright 2018 JoinFaces.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

         http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
/* 
        Created on : 29-01-2018, 16:21:49
        Author     : luis
*/

html, body{
    min-height: 100%;
    height: 100%;
}

body{
    display: block;
    height: 100%;
    position: relative;
    min-height: 100%;
    background: #f5f5f5 !important;
}

.contenedor-login-box {
    border-radius: 0 0 500px 500px /40px !important;
    height: 90%;
    text-align: center;
    display: block;
    position: relative;
    background: #ffffff;
    padding: 40px;
}

.contenedor-login-footer {
    width: 100%;
    margin: 0px !important;
    background: transparent;
    height: 10%;
    padding-top: 10px;
}

.login-box {
    width: 40%;
    margin: 0;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-logo-pais {
    margin: 0px 20px;
    width: 25%;
    max-width: 200px;
    max-height: 80px;
}

@media (max-width: 768px) {
    .login-box {
        width: 60%;
    }
    
    .contenedor-login-box {
        height: 70%;
    }
    
    .contenedor-login-footer {
        height: 30%;
    }
    
}

@media (max-width: 425px) {
    .login-box {
        width: 80%;
    }
    
    .contenedor-login-box {
        height: 70%;
    }
    
    .contenedor-login-footer {
        height: 30%;
    }
}

@media (max-width: 375px) {
    .login-box {
        width: 90%;
    }
    
    .contenedor-login-box {
        height: 70%;
    }
    
    .contenedor-login-footer {
        height: 30%;
    }
}

.login-logo {
    margin-bottom: 0;
}

.login-logo img{
    width: 70%;
    max-width: 400px !important;
}

.login-footer {
    font-size: 12px; 
    color: #02368e; 
    text-align: center;
}

.login-footer span{
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 10px;;
    left: 50%;
    transform: translate(-50%,-50%);
}
.login-footer span, .login-footer a {
    color: #615151;
}

.PF_footer__login {
    text-align: center;
    margin: 30px 0;
}

.PF_footer__login img {
    max-width: 150px;
}