/* Wrapper around the form */
body.kc-reset-password-page #kc-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Input fields */
body.kc-reset-password-page #kc-form input[type="text"],
body.kc-reset-password-page #kc-form input[type="password"],
body.kc-reset-password-page #kc-form input[type="email"],
body.kc-reset-password-page #kc-form input[type="tel"],
body.kc-reset-password-page #kc-form input[type="number"] {
    width: 100%;
    box-sizing: border-box;
}

/* Submit button */
body.kc-reset-password-page #kc-form input[type="submit"],
body.kc-reset-password-page #kc-form .kc-button,
body.kc-reset-password-page #kc-form .btn,
body.kc-reset-password-page #kc-form .btn-primary {
    width: auto;
    min-width: 160px;
    display: block;
    margin: 1rem auto 0 auto;
}

body.kc-reset-password-page #kc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*min-height: 100vh;*/
}