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

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

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

body.kc-update-password-page #kc-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body.kc-update-password-page div#kc-content-wrapper {
    width: 100%;
}

body.kc-update-password-page div.card-pf {
    padding: 0;
    border: none;
}

body.kc-update-password-page div.login-pf-page {
    padding: 0;
}

.acima-logo {
    width: 150px;
    margin: 160px auto 100px;
}

.acima-tagline h5 {
    width: 300px;
    font-size: 1.3rem;
    font-family: "Geomanist Medium", Helvetica, sans-serif;
    margin-top: 1rem;
    max-width: 20rem;
    color: white;
    line-height: 1.3em;
    text-align: center;
}

.acima-background {
    background-image: url('../img/sidebar-bg-image.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
