.login-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.login-header h3 span {
    color: #09e5ab; /* Color verde de Vitalink */
}

.form-group .form-label {
    font-size: 15px;
    color: #555;
    margin-bottom: 8px;
}

.form-control {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #09e5ab;
    box-shadow: 0 0 0 0.2rem rgba(9, 229, 171, 0.25);
}

.login-right {
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}

.btn-primary {
    background-color: #09e5ab;
    border-color: #09e5ab;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #07c79e;
    border-color: #07c79e;
    box-shadow: 0 4px 15px rgba(9, 229, 171, 0.3);
}

.login-or {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.or-line {
    flex-grow: 1;
    height: 1px;
    background-color: #e0e0e0;
}

.span-or {
    padding: 0 15px;
    color: #888;
    font-size: 14px;
}

.btn-google-new {
    background-color: #db4437;
    border-color: #db4437;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-google-new:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    box-shadow: 0 4px 15px rgba(219, 68, 55, 0.3);
}

.btn-facebook-new {
    background-color: #4267b2;
    border-color: #4267b2;
    color: #fff;
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-facebook-new:hover {
    background-color: #365899;
    border-color: #365899;
    box-shadow: 0 4px 15px rgba(66, 103, 178, 0.3);
}

.forgot-link,
.dont-have a,
.switch-register a {
    color: #09e5ab;
    font-weight: 500;
    transition: color 0.3s ease;
}

.forgot-link:hover,
.dont-have a:hover,
.switch-register a:hover {
    color: #07c79e;
    text-decoration: underline;
}

.dont-have {
    margin-top: 20px;
    font-size: 15px;
    color: #555;
}

.specialities-slider .slick-dots {
    bottom: -30px;
}

.specialities-slider .slick-dots li button:before {
    font-size: 12px;
    color: #ccc;
}

.specialities-slider .slick-dots li.slick-active button:before {
    color: #09e5ab;
}

.switch-register {
    margin-top: 10px;
    margin-bottom: 20px;
}

.switch-register a {
    font-size: 14px;
}

.footer {
    padding: 20px 0 0; /* Reduced padding */
    background-color: #09e5ab;
    border-top: 1px solid #e5e5e5;
    color: #fff;
}

.footer-top {
    padding-bottom: 20px; /* Reduced padding */
}

.footer-about .footer-logo {
    margin-bottom: 20px; /* Reduced margin */
}

.footer-about .footer-logo img {
    max-width: 120px; /* Reduced logo size */
}

.footer-about-content p {
    font-size: 13px; /* Reduced font size */
    line-height: 20px; /* Reduced line height */
    margin-bottom: 10px; /* Reduced margin */
    color: #fff;
}

.footer-about-content .social-icon ul li a {
    width: 30px; /* Reduced size */
    height: 30px; /* Reduced size */
    line-height: 30px;
    font-size: 14px; /* Reduced font size */
    border-radius: 50%;
    text-align: center;
    color: #09e5ab;
    background-color: #fff;
    margin-right: 8px; /* Reduced margin */
}

.footer-about-content .social-icon ul li a:hover {
    background-color: #f0f0f0;
}

.footer-widget .footer-title {
    font-size: 16px; /* Reduced font size */
    font-weight: 600;
    margin-bottom: 15px; /* Reduced margin */
    color: #fff;
}

.footer-menu ul li a {
    font-size: 13px; /* Reduced font size */
    color: #fff;
    line-height: 25px; /* Reduced line height */
    display: block;
}

.footer-menu ul li a:hover {
    color: #f0f0f0;
}

.footer-menu ul li a i {
    margin-right: 5px;
}

.footer-contact-info .footer-address {
    margin-bottom: 10px; /* Reduced margin */
}

.footer-contact-info .footer-address span {
    float: left;
    width: 22px; /* Reduced size */
    height: 22px; /* Reduced size */
    line-height: 22px;
    font-size: 14px; /* Reduced font size */
    text-align: center;
    color: #09e5ab;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 8px; /* Reduced margin */
}

.footer-contact-info p {
    font-size: 13px; /* Reduced font size */
    color: #fff;
    line-height: 20px; /* Reduced line height */
    margin-bottom: 5px; /* Reduced margin */
}

.footer-bottom {
    padding: 15px 0; /* Reduced padding */
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background-color: #09e5ab;
    color: #fff;
}

.copyright-text p {
    font-size: 13px; /* Reduced font size */
    margin-bottom: 0;
    color: #fff;
}

.copyright-menu ul li {
    display: inline-block;
    margin-left: 15px; /* Reduced margin */
}

.copyright-menu ul li a {
    font-size: 13px; /* Reduced font size */
    color: #fff;
}

.copyright-menu ul li a:hover {
    color: #f0f0f0;
}

.copyright-menu ul li + li {
    position: relative;
}

.copyright-menu ul li + li::before {
    content: "|";
    position: absolute;
    left: -10px; /* Adjusted position */
    top: 0;
    color: #fff;
}

.footer-top {
    padding: 15px 0; /* Further reduced padding */
}

.footer-widget {
    margin-bottom: 15px; /* Further reduced margin */
}

.footer-title {
    margin-bottom: 10px; /* Further reduced margin */
}

.footer-about-content p {
    margin-bottom: 8px; /* Further reduced margin */
}

.footer-contact-info .footer-address {
    margin-bottom: 8px; /* Further reduced margin */
}

.footer-contact-info p {
    margin-bottom: 3px; /* Further reduced margin */
}

@media (max-width: 768px) {
    .footer-top {
        padding: 10px 0; /* Adjusted padding for smaller screens */
    }
    .footer-widget {
        margin-bottom: 10px; /* Adjusted margin for smaller screens */
    }
    .footer-about .footer-logo img {
        max-width: 100px; /* Adjusted logo size for smaller screens */
    }
    .footer-about-content p,
    .footer-menu ul li a,
    .footer-contact-info p,
    .copyright-text p,
    .copyright-menu ul li a {
        font-size: 12px; /* Adjusted font size for smaller screens */
        line-height: 18px; /* Adjusted line height for smaller screens */
    }
    .footer-about-content .social-icon ul li a,
    .footer-contact-info .footer-address span {
        width: 25px; /* Adjusted size for smaller screens */
        height: 25px; /* Adjusted size for smaller screens */
        line-height: 25px;
        font-size: 12px; /* Adjusted font size for smaller screens */
    }
    .copyright-menu ul li {
        margin-left: 10px; /* Adjusted margin for smaller screens */
    }
    .copyright-menu ul li + li::before {
        left: -8px; /* Adjusted position for smaller screens */
    }
}
