.container {
    max-width: 540px;
}

#login-img {
    max-width: auto;
    max-height: 100px;
    object-fit: contain;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    background-color: white;
    display: flex;
    align-items: center;
}

#auth-form {
    font-family: "Kumbh Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    padding-top: 12px;
}

#auth-form > input {
    margin: 16px 0;
}

#passcode.form-control {
    margin-top: 10px;
}

.d-flex.justify-content-center {
    height: 34.3333px;
}

#auth-form button {
    background-color: #2640FF;
    border-color: #2640FF;
    font-size: 14px;
    height: 34.3333px;
}