/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/02/2019, 10:42:38 AM
    Author     : Jesús Morales
*/

body {
    margin: 0px;
}

@media (max-width: 40em) {
    .image-container {
        display: none;
    }
}

.image-container {
    background-color: #1255A6;
    height: 100vh;
    background-size: cover;
}

.login-container {
    height: 100vh;
}

.logo {
    max-height: 120px;
    padding-bottom: 40px;
}

.message-start {
    color: rgba(4, 20, 38, 0.5) !important;
    font-size: 20px !important;
}

.input-user {
    width: 60%;
    height: 35px;
    box-shadow: none !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid rgba(4, 20, 38, 0.5);
    border-radius: 4px;
    font-size: medium;
    color: rgb(4, 20, 38);
    padding-left:15px;
}

.eye-container {
    width: 60%;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
}

.eye-graphic {
    width: 25px;
    position:relative;
    top:-50px;
}

.link-password-reset {
    color: rgba(4, 20, 38, 0.5);
    font-size: 18px;
    text-decoration: none;
}

.link-password-reset:hover {
    color: rgba(4, 20, 38, 0.8);
    font-size: 18px;
    text-decoration: none;
}

.login-button {
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-shadow: none;
    background: none;
    background-color: #1255a6;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: normal;
    width: 150px;
    height: 40px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*border-color: #1255a6;*/
    border: none;
}

.login-button:hover {
  
    background-color: #246CC4;
    border-color: #246CC4;
}

.login-button-cancel{
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-shadow: none;
    width: 150px;
    height: 40px;
    border-radius: 4px;
    outline: none;   
    box-shadow: none !important;
    background-color: #ffffff;
    color: rgba(4, 20, 38, 0.5);
    font-family: Roboto,Helvetica,Futura,Arial,Verdana,sans-serif;
    font-size: 15px;
    font-weight: 500;
    border: none;
    bottom: -90px;
   
    
}

.login-button-cancel:hover{
    color: rgba(4, 20, 38, 0.8);
    font-size: 15px;
    text-decoration: none;
}

.login-button-recover{    
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-shadow: none;
    width: 150px;
    height: 40px;
    border-radius: 4px;   
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.14);
    background-color: #1255A6;
    font-family: Roboto,Helvetica,Futura,Arial,Verdana,sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: white !important;  
    border: none;
    background-image:none;
    bottom: -90px;
}

.login-button-recover:hover {
    background-color: #246CC4;
    border-color: #246CC4;
}

