body, .padrao-fundo{
    background-color: #eceef0;
}

.logo{
    width:100px;
}

.bloco-login{
    height:80vh;
    margin-top: 5vh;
    border-radius: 10px;
    padding: 0;
}

.header-login{
    width:100%;
    height:35%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding:0px;

}

.overlay{
    width: 100%;
    height:100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background-color: rgba(0,0,0,0.5);
}

.titulo{
    width: 100%;
    height: 100%;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.titulo > h1{
    padding-top: 1.0em;
    color: #ffffff;
}

.bloco-principal{
    height:65%; 
    background-color: #ffffff;
}

.label{
    text-align: right;
    color: #25b399;
    font-weight: 500;
}

.input{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 1s;
    border-bottom-color: #25B399;
    color: #868686;
    font-weight: 500;
}

.input:focus{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    outline:none;
    border-bottom-color: #25B399;
    transition: 1s;
    box-shadow:none;
    color: #868686;
    font-weight: 500;
}

.btn{
    display: block;
    margin:15px auto;
    border-radius: 50px;
    background-color: #25B399;
    color:#ffffff;
    width: 150px;
}

.formulario{
    padding-top: 10vh;
}

.form-group.row.col-sm-11.offset-1.form-check.manterLogado {
    text-align: right !important;
    padding-top: 8px !important;
    font-weight: 400;
    color: #737273;
}