/* ===== COACH LOGIN — PATH & ASP.NET OVERRIDES ===== */

/* Fix background image path (assets live in mc-images, not images) */
.coach-login {
    background: #0a0a0a url('../mc-images/coachloginbg.jpg') no-repeat center center;
    background-size: cover;
}

/* asp:Button renders as <input type="submit"> — needs full width */
.coach-login .submit-button {
    width: 100%;
    cursor: pointer;
    border: none;
}

/* Error / info message label */
.login-msg {
    display: block;
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    min-height: 1.2em;
}
