/* for nieuw_wachtwoord.php en nieuw_account.php */
.container {
    display: flex;
    gap: 30px;
    flex-direction: column;
    justify-content: left;
    align-items: center;
    height: 800px;
    margin-top: 24px;
}
.container_inputBox {
    max-width: 430px;
    font-size: 1rem;
    padding: 20px;
    line-height: 1.8rem;
    border: 1px solid #ccc;
    box-shadow: 4px 4px 8px #AAA;
    background-color: #f9f9f9;
}
.input_email {
    width: 370px;
}
.requestButton {
    font-size: 1.3rem; 
    height: 40px; 
    width: 100%;
    background-color: #64b13f; 
    color: white; 
    font-weight: bold; 
    margin-top: 10px; 
    border: 0px solid;
}
.requestInfo {
    width: 100%;
    font-size: 0.9rem;
    color: #999;
    line-height: 1rem;
    margin-top: 10px;
}
.accountNotFoundMessage {
    font-size: 0.9rem;
    color: red;
    line-height: 1rem;
    margin-top: 10px;
    display: none;
}
.input_label {
    display: inline-block;
    width: 110px;
}
.input_field {
    display: inline-block;
    width: 305px;
}
