/* Header container styles */
.header-container {
    background-color: white;
}

/* Login form row */
.login-form-row {
    position: relative;
    max-width: 320px;
    min-width: 320px;
    margin: 10px auto;
    overflow: hidden;
}

/* Market name styling */
.market-name {
    font-size: large;
    font-weight: 800;
    color: #193e6a;
}

/* Recaptcha container */
.recaptcha-container {
    padding-top: 3px;
}

/* Login button */
.header-login-btn {
    margin-top: 8px;
}

/* Forgot password link */
.forgot-password-link {
    margin-top: 16px;
}

/* Links list without bullets */
.links-list {
    list-style: none;
}

/* Blue link styling */
.link-blue {
    color: #2980b9;
}
