body {
    background-color: rgb(167, 216, 171);
}

.box {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    width: 420px;
    padding: 30px 30px 30px 30px;
    border-radius: 25px;
    background-color: white;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h1 {
    text-align: center;
    margin-top: 40px;
}

form {
    text-align: center;
    margin-top: 40px;
}

button {
    margin-top: 10px;
    width: 100px;
    height: 30px;
}

input {
    width: 400px;
    height: 30px;
    margin-top: 10px;
}

.forgot_password {
    text-align: center;
    margin-top: 40px;
    font-size: small;
}

.error_message {
    color: red;
}