/* LOGIN */
.body-login{
    background: rgb(103,165,163);
    background: linear-gradient(225deg, rgba(103,165,163,1) 0%, rgba(115,131,129,1) 58%, rgba(32,52,67,1) 100%);
    height: 100vh;
}

.fundo{
    background-color: grey;
}

.botao-login{
    border-radius: 15px;
    padding: 1px 28px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    border-width : 0;
    background-color: #F0F0F0;
    color: black;
}
.botao-login:hover{
    background-color: #000000;
    color: white;
}

.input-login{
    border-radius: 0px;
    padding: 7px 7px;
    width: 80%;
}

.esqueceu-senha{
    text-decoration: none;
    font-size: 13px;
}

.imagem-fundo{
    background-image: url(../images/imagem-login.jpeg);
    background-position: left;
    background-size: 50%;
    background-repeat: no-repeat;
    width: 100%;
}
/* LOGIN */

