/*
Theme Name: Astra Child
Template: astra
*/

/* Center the login form container */
.custom-login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh; /* centers vertically */
    text-align: center;
}

/* Style the form itself */
.custom-login-wrapper form {
    display: inline-block;
    text-align: left;
}

/* Center the login button */
.custom-login-wrapper .submit {
    text-align: center;
}
