body{
    background-color: #fff;
    background-position: center; 
    background-size: cover; 
    background-repeat: no-repeat;
    background-image: url("../images/dorigo/foto-header-home-1280.jpg");
    height: 100vh;
    display: table;
    width: 100%;
}
[type="text"]{
    height: 2.6rem;
}
.latk_login_logo{
  border: 1px solid #cacaca;
  padding: 1rem;
  border-radius: 3px; 
  text-align: center;
  margin-top: 2rem;
  background-color: white; 
}
.latk_forgot-pwd_form {
  margin-top: 2rem;
  border: 1px solid #cacaca;
  padding: 1rem;
  border-radius: 3px;
  background-color: white; 
}

.container_login{
    display: table-cell;
    vertical-align: middle;
}

.button {
    background-color: #c00;
    font-weight: 700;    
    font-family: ralewayregular, sans-serif;
    color: #fff;
    font-size: 1.1rem;
    font-style: italic;
    text-transform: uppercase;
}
.button:hover, .button:focus {
    background-color: #000;
}
.callout.alert {
    color: #c00;
    background-color: #fff;
}
.callout.success {
    color: #666;
    background-color: #fff;
}

 
