.form-control {
    border: 1px solid #cfd5db;
    border-radius: 6px;
    height: 41px;
    line-height: 4px;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 0px;
}

.form-control-lg {
    height: 50px;
    padding: 0.75rem 1rem;
    font-size: 1.1rem;
    line-height: 1.5;
    border-radius: 8px;
}

.form-check .form-check-label input {
    margin-top: 0.25rem;
    margin-left: 0px;
    left: 0;
    cursor: pointer;
    opacity: 1;
}

.form-check .form-check-label {
    padding-left: 0px;
}

.auth.theme-one .auto-form-wrapper {
    padding: 30px 40px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.auth.theme-one .footer-text {
    color: #343a40;
    margin-top: 15px;
}

.content-wrapper {
    background-color: #f8fafc;
}

.logo-image {
    max-height: 80px;
    width: auto;
}

.form-label {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}
