.customer_forgot_layout{
    display: grid;
    justify-content: center;
    justify-items: center;
    text-align: center;
    grid-gap: 30px;
    padding: 40px 0;
}

#forgot_form {
    display: grid;
    grid-gap: 30px;
    justify-items: center;
    margin: 0;
}