﻿body {
    background-size:cover;
    background-repeat: repeat;
}

.logo-content {
    width: 340px;
    text-align:center;
        padding-top: 50px;
        padding-bottom:40px;
        margin:0 auto;
}

.entrar{
    height:40px;
}

.menssagem{
    text-align:center;
    color:white;
    font-weight:lighter;
}

.form-login {
    width: 350px;
    background: rgba(226, 224, 224, 0.17);
    padding: 35px;
    height: 360px;
    border-top: 4px solid rgb(66, 68, 71);
    border-bottom: 10px solid #424447;
}

.wait {
    width: 320px;
    color: black;
    display: none;
    font-size: 11px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #f22e2e;
    margin-top: 20px;
}

.error {
    width: 320px;
    color: black;
    display: none;
    font-size: 11px;
    margin: 0 auto;
    height: 40px;
    text-align: center;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
    background: #f22e2e;
    margin-top: 20px;
}

.logo-consulta {
    text-align:center;
    margin:40px 0 20px 0;
    width:100%;
}

.logo-consulta img{
    /*width:45%;*/
}