/* Caregiver Login Page Styles */

.btn-login {
    background-color: #410099 !important;
    color: #ffffff !important;
    border: none;
}

.btn-login:hover {
    background-color: #2f006f !important;
    color: #ffffff !important;
}

.login-card {
    border-radius: 8px;
}

.login-title img {
    width: 240px;
}

.fw-600 {
    font-weight: 600;
}

.font-13 {
    font-size: 13px;
}

body.bg-full-screen-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Background */
body.bg-full-screen-image {
    background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Card */
.login-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0,0,0,0.25);
    background: #ffffff;
}

/* Header */
.login-title {
    background: #eef4ff;
    border-bottom: 1px solid #e0e6f1;
}

.login-title img {
    width: 240px;
}

/* Button */
.btn-login {
    background: linear-gradient(135deg, #4b00b5, #2b0080) !important;
    color: #ffffff !important;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
}

.btn-login:hover {
    background: linear-gradient(135deg, #2b0080, #4b00b5) !important;
}

/* Form */
.form-control {
    border-radius: 6px;
    height: 42px;
}

.fw-600 {
    font-weight: 600;
}

.font-13 {
    font-size: 13px;
}
