@charset "UTF-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
div {
    margin: 0px;
}
/*///////////////////////////////// RESET ////////////////////////////*/

/*///////////////////////////////// ESTRUCTURA BASICA ////////////////////////////*/

html {
    width: 100%;
    height: 100%;
    font-family: "Exo 2";
}

html.generic-login{
        background-image: url(../../images/backgrounds/fondo_login.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

html.fis-login{
        background-image: url("../../images/advices/fis/bg.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

html.amgen-login{
        background-image: url(../../images/backgrounds/fondo_amgen.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

body {
    width: 100%;
    padding: 0px;
    margin: auto;
}
footer {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: auto;
    color: #000;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-size: 12px;
}
footer a {
    color: #000;
}

#login_container {
	height:90vh; 
}
/*///////////////////////////////// ELEMENTOS COMUNIES ////////////////////////////*/

button {
    border-radius: 5px;
    background: #5d99d1;
    color: #FFF;
    width: auto;
    padding: 5px 5px 5px 5px;
    font-size: 12px;
    cursor: pointer;
}
input {
    border-radius: 3px;
    height: 20px;
    border: 1px solid #5d99d1;
    margin: 10px 10px 10px 10px
}

.espacio_error {
    width: 250px;
    padding: 5px 5px 5px 5px;
    background: #8f2328;
    border-radius: 15px;
    margin-top: 10px;
}
.error {
    font-size: 12px !important;
    color: #FFF;
    font-weight: normal;
}
.invisible {
    display: none;
}
.inactive{
	background: #CCC !important;
}

.visible {
    display: inherit;
    ;
}
/*///////////////////////////////// LOGIN ////////////////////////////*/

/*------------------------------------------- TAMAÑO MÓVIL -----------------------------------*/

@media screen and (max-width: 480px) {
    html {
        background-image: url(../../images/backgrounds/fondo_login.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 100%;
        font-family: "Exo 2";
    }
    #login, .login {
        position: relative;
        width: 300px;
        text-align: left;
        color: #FFF;
/*         margin-top: 10%; */
        font-size: 12px;
    }
    
    #login img, .login img {
        margin-bottom: 20px;
        width: 40%;
        height: auto;
    }
    
    #login .destacada, .login .destacada{
    	font-size:3em;
    	margin-bottom: 20px;
    	color: #8f2328;
    	font-weight: bold;
    }
    
    #login .intermedia, .login .intermedia{
    	font-size:2em;
    	margin-bottom: 30px;
    }
    
    #login input, .login input {
        height: 35px;
        width: 80%;
        padding: 0px 0px 0px 5px;
        font-size: 14px;
/*         margin:10px 0px 10px 0px; */
    }
    .sombra_arriba {
        box-shadow: 0px 2px 5px #666 inset;
    }
    #entrar {
        font-weight:600;
    	font-size:1,8em !important;
        color: #FFF;
        background: #248297 !important;
        width: 83% !important;
        border:0px !important;
        cursor: pointer;
    }
    #check {
        width: 15px !important;
        height: 15px !important;
    }
    #login span, .login span {
        font-size: 11px;
    }
    #login a, .login a {
        font-size: 11px;
        color: inherit;
        text-decoration: none;
        margin-left: 20px;
    }
    #login a:hover, .login a:hover {
        border-bottom: 1px solid white;
    }
    
    .remember_me{
    	margin:0px !important;
    	width:15px !important;
    	vertical-align:middle;

    }
    
    #login .brands{
    	margin-top:30px;
    }
    
    #login .brands img{
    	width:50%;
    	display:block;
    }
}
/*------------------------------------------- TAMAÑO TABLET -----------------------------------*/

@media screen and (min-width: 480px){
    html {
        background-image: url(../../images/backgrounds/fondo_login.jpg);
        background-size:  cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #login, .login {
        position: relative;
        width: 300px;
        text-align: left;
/*         margin-top: 10%; */
        color: #FFF;
        font-size: 12px;
    }
   	#verticalBar {
   		top: -200px;
        height: 100vh;
		background-color: #248297;
    }
    #login img, #login img {
        margin-bottom: 20px;
        width:45%;
        height: auto;
    }
    
    #login .destacada, .login .destacada{
    	font-size:3em;
    	margin-bottom: 20px;
    	color: #8f2328;
    	font-weight: bold;
    }
    #login .intermedia, .login .intermedia{
    	font-size:2em;
    	margin-bottom: 30px;
    }
    
    #login input, .login input {
        height: 35px;
        width: 250px;
        padding: 0px 0px 0px 5px;
        font-size: 14px;
       margin:10px 0px 10px 0px;
    }
    .sombra_arriba {
        box-shadow: 0px 2px 5px #666 inset;
    }
    #entrar {
        font-weight:600;
    	font-size:1,8em !important;
        color: #FFF;
        background: #248297 !important;
        width: 260px !important;
        border:0px !important;
        cursor: pointer;
    }
    #check {
        width: 15px !important;
        height: 15px !important;
    }
    #login a, .login a {
        color: inherit;
        text-decoration: none;
        margin-left: 50px;
    }
    #login a:hover, .login a:hover {
        border-bottom: 1px solid white;
    }
    
    .remember_me{
    	margin:0px !important;
    	width:15px !important;
    	vertical-align:middle;

    }
    
    #login .brands{
    	margin-top:30px;
    }
    
    #login .brands img{
    	width:50%;
    	display:block;
    }
}
/*------------------------------------------- TAMAÑO ORDENADOR -----------------------------------*/

@media screen and (min-width: 1035px) {
    html {
        background-image: url(../../images/backgrounds/fondo_login.jpg);
        background-size:  cover;
        background-repeat: no-repeat;
        
        background-position: center;
    }
    
    #login, .login {
        position: absolute;
        bottom: 20%;
        left: 10%;
        width: 300px;
/*         margin: 10% 0 0 10%; */
        text-align: left;
        color: #FFF;
        font-size: 12px;
    }
    #login img, .login img {
        margin-bottom: 20px;
        width: 60%;
        height: auto;
    }
    
    #login .destacada, .login .destacada{
    	font-size:3em;
    	margin-bottom: 10px;
    	color: #8f2328;
    	font-weight: bold;
    }
    
    #login .intermedia, .login .intermedia{
    	font-size:2em;
    	margin-bottom: 30px;
    }
    #login input, .login input {
        height: 35px;
        width: 250px;
        padding: 0px 0px 0px 5px;
        font-size: 14px;
        margin:10px 0px 10px 0px;
        
    }
    .sombra_arriba {
        box-shadow: 0px 2px 5px #666 inset;
    }
    #entrar {
    	font-weight:600;
    	font-size:1,8em !important;
        color: #FFF;
        background: #248297 !important;
        width: 260px !important;
        border:0px !important;
        cursor: pointer;
    }
    #check {
        width: 15px !important;
        height: 15px !important;
    }
    #login a, .login a {
        color: inherit;
        text-decoration: none;
        margin-left: 40px;
    }
    #login a:hover, .login a:hover {
        border-bottom: 1px solid white;
    }
    
    #login span, .login span {
        font-size: 11px;
      
    }
    
    .remember_me{
    	margin:0px !important;
    	width:15px !important;
    	vertical-align:middle;

    }
    
    
    #login .brands{
    	margin-top:30px;
    }
    
    #login .brands img{
    	width:25%;
    	display:inline;
    	vertical-align:middle;
    	margin-right:10px;
    }
}

/*------------------------------------------- CONDICIONES LEGALES ----------------------------------------*/
 .condiciones {
/*  max-width: 50%; */
 max-height: 500px;
 overflow-y: scroll;
 line-height: normal;
 border: 1px solid #ccc;
 padding-left: 10px;
 }
 
 .condiciones p {
 margin-bottom: 10px;
 color: #666;
 font-size: 12px;
 }
 
 .condiciones .titulo {
 font-weight:bold !important;
 color: #333;
 font-size: 16px;
 }
 
 .condiciones .check{
 color:#5d99d1;
 font-size: 14px;
 font-weight: bold;
 border-top: 1px solid #ccc;
 width: 98%;
 margin-top: 20px;
}

.condiciones input {
vertical-align: middle;
}


/*------------------------------------------- RESTAURAR CONTRASEÑA ----------------------------------------*/

#restore-password-button{
	background:#fFF !important;
	color:#5d99d1;
	margin: 20px 0px 20px 0px;
}

