body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.login-vertical-center {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 600px;
    margin-top: 25vh;
}

/* Logo section */
.logo-section img {
    max-height: 50px;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    text-align: center;
    margin: 0;
}

.form-group {
    border-bottom: 1px solid #f5f5f5;
}

.success-message {
    text-align: center;
    background-color: #70D670;
    padding: 8px;
    color: #fff;
    border-radius: 4px;
    margin: 10px 0;
}

.error-message {
    text-align: center;
    padding: 8px;
    color: #a94442;
    border-radius: 4px;
    margin: 10px 0;
}

.footer-section img {
    max-height: 60px;
}

.footer-section .language-selector {
    background-color: #ED1B24;
    color: #fff;
    padding: 8px 12px;
    border: 1px solid #ED1B24;
    border-radius: 4px;
    font-size: 14px;
}

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 4px !important; }
.mb-2 { margin-bottom: 8px !important; }
.mb-3 { margin-bottom: 16px !important; }
.mb-4 { margin-bottom: 24px !important; }
.mb-5 { margin-bottom: 32px !important; }