body.page-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 2.5rem;
    max-width: 420px;
    width: 100%;
}

.login-wrapper .main-header {
    border: none;
    margin-bottom: 1.5rem;
}

.login-wrapper #header-logo .logo {
    color: inherit;
    text-decoration: none;
}

.login-logo {
    text-align: center;
}

.login-logo-image {
    display: block;
    width: 5.5rem;
    margin: 0 auto;
    object-fit: contain;
}

.login-logo-subtitle {
    display: block;
    font-size: 0.75rem;
    color: #718096;
    margin-top: 0.25rem;
    letter-spacing: 0.5px;
}

.login-wrapper .content {
    box-shadow: unset;
    padding: unset;
}
