body {
    background-color: whitesmoke;
}

.form-login {
    width: 400px;
    height:300px;
    text-align: center;
    margin: 10% 0 0 35%;
    background-color: rgb(236, 139, 139);
    border-radius: 10px;
}

