body {
    font-family: 'Roboto', sans-serif;
}

main {
    flex: 1 0 auto;
}

div.login {
    margin-top: 50px;
}

/* Ensure all text elements use Roboto */
h1, h2, h3, h4, h5, h6, p, span, div, label, input, button, a {
    font-family: 'Roboto', sans-serif !important;
}

/* Icon colors to match login */
i.icon-blue {
    color: #01579b!important;
}

/* Button improvements */
.btn {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.5px;
}

#resetPasswordButton {
    width: 100%;
}

/* Form improvements */
.input-field label {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

.input-field input {
    font-family: 'Roboto', sans-serif !important;
}

/* Notification improvements */
#notification-container .card-panel {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    line-height: 1.6;
}

.card-panel h5 {
    font-weight: 500;
    margin-bottom: 15px;
}

.card-panel p {
    margin-bottom: 20px;
    font-size: 14px;
}
