html,
body {
    height: 100%;
}

body {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.auth-login-form {
    width: 100%;
    max-width: 430px;
    padding: 15px;
    margin: auto;
}

.auth-login-form img {
    display: block;
    margin: 0 auto;
}

.auth-login-form .checkbox {
    font-weight: 400;
}

.auth-login-form .form-floating:focus-within {
    z-index: 2;
}

.auth-login-form input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.auth-login-form input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}