/* Login Page Styles */

/* Fixing body height on login page due to lack of header */
#body {
    min-height: calc(100vh - 85px) !important;
}

.navbar {
    background: #fff;
}

.login {
    background: #fff;
    margin-top: 25%;
    padding: 15px;
}

.subscribep {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
}

.maintenance-container {
    text-align: center;
    padding: 40px 20px;
}

.maintenance-message {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 30px;
    margin: 20px 0;
}

.maintenance-message p {
    margin-bottom: 0;
}

.maintenance-message p:first-child {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
}

.maintenance-message p:last-child {
    font-size: 16px;
    color: #666;
}

#errorMessage {
    width: 40%;
}
