body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    height: 100vh;
    margin: 0;
    background-color: #f5f5f5;
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-title {
    color: #024550;
    margin: 20px;
}

.login-container {
    background-color: white;
    padding: 100px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.login-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

input {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.57;
}

.login-button, .forgot-password-link {
    background-color: #024550;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
}

.login-button:hover {
    background-color: #02272c;
}

.forgot-password-link {
    background-color: transparent;
    color: #024550;
}

.forgot-password-link:hover {
    text-decoration: underline;
}

.footer {
    position: fixed;
    right: 24px;
    bottom: 10px;
    background-color: transparent;
    font-size: 14px;
    z-index: 2;
}

.logo-image {
    width: 300px;
    mix-blend-mode: multiply;
}

.footer-exera-logo {
    font-family: 'Prime';
    font-size: 19px; 
    color: inherit; 
    text-decoration: none;
}