body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('../img-login/bga2.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.tela-login {

    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 85px 50px 85px;
    border-radius: 18px;
    color: rgb(255, 255, 255);
    text-align: center;

}

input {

    padding: 15px;
    border: none;
    outline: none;
    font-size: 15px;
    border-radius: 5px;
}



button {

    padding: 15px;
    background-color: dodgerblue;
    color: white;
    border: none;
    width: 100%;
    border-radius: 5px;


}

button:hover {

    background-color: deepskyblue;
    cursor: pointer;
}

.coluna-1 {
    display: flex;
}