/* --- Login Page --- */

.login-wrapper {
    min-height: 100vh;
    display: flex;
}

.login-hero {
    flex: 1;
    background: url('../../img/kiosk_hero.jpg') center center no-repeat;
    background-size: cover;
    position: relative;
    max-width: 40%;
}

.login-form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    background-color: white;
}

.login-card .form-control {
    height: 45px;
}

.login-logo {
    max-width: 250px;
}

.login-card {
    width: 100%;
    max-width: 400px;
    margin-top: 10vh;
}

.login-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    text-align: center;
}

.powered-by-footer {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    text-align: right;
}

.powered-by-logo {
    height: 40px;
}

.powered-by-text {
    font-size: 0.75rem;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0.25rem;
}
