.login {
    background-image: url('pexels-photo-5926256.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.login_box {
    background: white;
    margin: auto;
    margin-top: 60px;
    width: 30rem;
    border: 1px solid black;
    padding: 40px;
}

.login_box h1 {
    text-align: center;
}

.login_box_input {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}

.login_box label {
    display: block;
    /* background: aqua;*/
}

.login_box label a {
    display: block;
    float: right;
    /* background: aqua;*/
}

.login_button {
    display: block;
    padding: 10px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    /*background: #87cefa;
    border: #77beea 2px solid;
    border-radius: 10px;*/
}

.login_button:hover {
    /*background: #77beea;*/
}
.login_register {
    display: block;
    text-align: center;
}

.error_message {
    color: red;
}