﻿body {
    background-color: #d6bf95;
    background-image: url(../Imagens/padrao.png);
    font-family: 'Open Sans', sans-serif;
    margin:0;
    padding:0;
}

/*p {
    margin:0;
}*/


#content {
    background-color:#b6a480;
    margin:0 auto;
    height:190px;
    display:flex;
    align-items:center;
    margin-top:calc(50vh - 190px);
    width:100%;
}

/*#content > img{
    width:100%;
}*/

form {
    margin:0 auto;
    width:320px;
    position:relative;
}

#errorMessage {
    color:#c61515;
    font-size:14px;
    top:-35px;
    text-align:center;
    position:absolute;
    width:100%;
}

/*form img {
    margin-bottom:10px;
    width:200px;
}*/

/*

.inputs {
    
}

.inputs:last-child {
    justify-content:flex-end;
}*/

/*.inputs p{
    box-sizing:border-box;
    color:#ffffff;
    line-height:35px;
    padding-right:20px;
    text-align:right;
    width:20%;
}
*/
.inputs input{
    color:#b6a480;
    font-weight:bold;
    border-radius:5px;
    border:none;
    height:30px;
    margin:5px 0;
    text-align:center;
    width:100%;
}

input[type="submit"] {
    background:none;
    color:#ffffff;
    background-color:#436569;
    height:35px;
    width:100%;
}

.logo_estacio {
    width:320px;
    left:calc(50% - 160px);
    position:absolute;
    bottom:20px;
    text-align:center;
}

.logo_estacio img {
    width:100%;
}

.logo_estacio a {
   font-size:16px;
}

a:link, a:visited, a:hover, a:active{
    color:#87765c;
    text-decoration:none;
}