/* Custom styles for Ghana Blood Hub */

/* General styles */
body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

/* Login specific styles */
.login-page {
    background-color: #f8f9fa;
}

.login-box {
    width: 360px;
    margin: 0 auto;
}

.login-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.login-logo a {
    color: #444;
}

.login-card-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
}

.login-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}

/* Form elements */
.form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}

.input-group-text {
    border-radius: 0;
}

/* Buttons */
.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
}

.btn-primary {
    background-color: #007bff;
    border-color: #0069d9;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Alerts */
.alert {
    border-radius: 3px;
}

.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* iCheck for checkboxes */
.icheck-primary {
    margin-top: 6px;
}

/* Links */
a {
    color: #007bff;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
} 