﻿.login-card {
    max-width: 850px;
    width: 100%;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 3rem 0;
}

.form-section {
    padding: 2rem;
}

    .form-section h2 {
        font-weight: 700;
        margin-bottom: 2.5rem;
        color: #333;
        font-family: B-FFShamelFamily;
        font-size: 1.5rem;
    }

.form-control,
.btn {
    border-radius: 0.75rem;
    padding: 0.8rem 1rem;
    border: 1px solid #e0e0e0;
}

.input-group {
    direction: ltr;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 0px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

    .input-group .form-control {
        border-left: 0;
        text-align: right;
        border: 0;
        font-family: B-FFShamelFamily;
    }

        .input-group .form-control::placeholder {
            color: #9e9e9e;
            font-family: B-FFShamelFamily;
            font-size: 13px;
        }

    .input-group .input-group-text {
        background-color: #fff;
        border: 0;
        color: #9e9e9e;
    }

.form-control:focus {
    box-shadow: none;
    border-color: #2795B8;
}

.recaptcha-placeholder {
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 0.75rem;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.checkbox-label {
    display: flex;
    align-items: center;
    color: #333;
    flex-direction: row-reverse;
}

.recaptcha-placeholder input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 15px;
}

.recaptcha-logo {
    text-align: center;
}

    .recaptcha-logo img {
        width: 32px;
        height: 32px;
    }

    .recaptcha-logo p {
        font-size: 0.6rem;
        color: #6c757d;
        margin-bottom: 0;
    }

.submit-btn {
    background-color: #2386c9;
    border-color: #2795B8;
    font-weight: bold;
    padding: 0.85rem;
}

    .submit-btn:hover {
        background-color: #6d6d6d;
        border-color: #6d6d6d;
    }

.form-links {
    text-align: center;
    margin-top: 1.5rem;
}

    .form-links a {
        color: #393b3d;
        text-decoration: none;
        font-size: 0.9rem;
        display: block;
        margin-top: 1rem;
        font-family: B-FFShamelFamily;
    }

        .form-links a.create-account {
            font-weight: bold;
        }

            .form-links a.create-account span {
                text-decoration: underline;
            }

.image-section {
    padding: 0;
}

    .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

#register-form .form-section {
    padding: 10px;
}

#register-form, #forgot-password-form {
    display: none;
}

ul.password-reqs {
    list-style-type: disc !important;
    padding-right: 10px;
    margin: 10px 20px;
    font-size: 0.8rem;
    color: #6c757d;
}


.password-toggle-icon {
    cursor: pointer;
}
