/* Login Page Specific Styles */
#loginResult {
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-family: 'Ubuntu', sans-serif;
    color: #0a5ed4;
}

/* Login-specific IDs */
#loginDiv, #loginName, #loginPassword {
    font-size: 20px;
}

/* Login button specific styling */
#loginButton {
    /* Inherits from .buttons in styles.css */
}

/* Footer specific to login page */
.footer2 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


.crew {
    display: inline;
    opacity: 0.8;
}

.join:hover {
    text-shadow: 0 0 10px var(--accent)l
}


