html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

/*body {
  margin-bottom: 60px;
}*/

body {
    margin: 0;
    padding: 0;
    background-image: url('../2025_onejvr_login.png'); /* Replace 'path-to-your-image.jpg' with the actual path to your image */
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    position: relative !important;
    height: 100vh !important;
}

.login-container {
    width: 350px;
    background-color: #ffff;
    padding: 20px;
    border-radius: 5px;
    margin: auto;
    /*margin-top: 100px;*/
    text-align: center;
    border-color: rgb(0, 5, 0);
    border-width: 5px;
    border-style: groove;
}

.login-form label {
    display: block;
    margin-bottom: 5px;
    text-align: left;
    color: #83898E;
    font-weight: 100;
}

.login-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.login-form button {
    width: 100%;
    padding: 10px;
    background-color: #4A9C88;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary {
    width: 100%;
    padding: 10px;
    background-color: #4A9C88;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #326e5f;
}

.btn-primary:focus {
    background-color: #326e5f;
}

.login-form a {
    color: #4A9C88;
}

    .login-form a:hover  {
        color: #326e5f;
    }

    .login-form a:focus {
        color: #326e5f;
    }

.login-form button:hover  {
    background-color: #326e5f;
}
.login-form button:focus {
    background-color: #326e5f;
}

.login-form label:last-child {
    display: block;
    margin-top: 10px;
}

.contact-container {
    max-width: 300px;
    background-color: #FFF;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    padding: 2.5em;
    border-radius: 4px;
    margin: auto;
}

.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.material-icons-email::before,
.material-icons-phone::before {
    font-family: 'Material Icons';
    font-size: 18px;
    margin-right: 8px;
    padding: 4px;
    color: #FFF;
    background-color: black;
    border-radius: 50%;
}

.material-icons-email::before {
    content: 'email';
}

.material-icons-phone::before {
    content: 'phone';
}

.online-link, .terms-link {
    font-size: 14px;
    color: #4a9c88;
    text-decoration: none;
}

    .online-link:hover, .terms-link:hover {
        text-decoration: underline;
    }

.footer-divider {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #ddd;
}

.link-button {
    background: none;
    color: rgb(0, 68, 88);
    font-weight: bold;
    border: none;
    text-decoration: auto;
}

    .link-button:hover {
        text-decoration: underline;
        color: #4a9c88;
    }