body{
    background-color: #fff;
    background-size: cover; 
    background-repeat: no-repeat;
    background-image: url("../images/dorigo/foto-header-home-1280.jpg");
    background-position: center;
    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_login_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{
    color: #fff;
    margin-top: 1px;
    background-color: #AA2119;
    transition: all 0.2s;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 1rem;
    line-height: 1;
    font-size: 1.2rem;

}
.button:hover{
    background-color: #922119;
}
.callout.alert {
    color: #c00;
    background-color: #fff;
}
.callout.success {
    color: #666;
    background-color: #fff;
}


