.aq-card-modal-style-2-content {
    padding-top: 28px;
    padding: 40px 30px;
    text-align: center;
}

.aq-card-modal-style-2-field {
    margin-bottom: 15px;
}

.aq-card-modal-style-2-field input {
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    border: 1px solid #3E4233;
    background-color: transparent;
    font-family: var(--aq-ff-satoshi-regular);
    box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.4);
}

.aq-card-modal-style-2-options {
    text-align: start;
    margin-bottom: 15px;
}

.aq-form-checkbox {
    display: none;
}

.aq-card-modal-style-2-options .aq-login-remeber label {
    color: #3E4233;
}

.aq-form-checkbox-label {
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    color: #6E6E73;
    position: relative;
    padding-inline-start: 26px;
}

.aq-btn-black.radius-8 {
    border-radius: 8px;
}

.aq-card-modal-style-2-btn {
    margin-bottom: 15px;
    background: #3f4437;
    color: var(--aq-common-white);
}

.aq-btn-black {
    padding: 18px 30px;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
    transition: 0.3s;
    display: inline-block;
    text-transform: uppercase;
    color: var(--aq-common-white);
    border: 1px solid transparent;
    font-family: var(--aq-ff-satoshi-bold);
    background-color: var(--aq-common-black);
}

.aq-card-modal-style-2-social {
    gap: 20px;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
}

.aq-card-modal-style-2-social li a {
    color: #333;
    font-size: 18px;
    transition: 0.3s;
}

.aq-card-modal-style-form {
    margin-bottom: 20px;
}

.aq-card-modal-style-form input {
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    margin-bottom: 14px;
    border: 1px solid #F6F6F9;
    box-shadow: 0 0 1px 0 rgba(20, 20, 20, 0.4);
}

.aq-card-modal-style-social {
    padding: 0;
    gap: 14px;
    display: flex;
    list-style: none;
    margin-bottom: 30px;
    justify-content: center;
}

.aq-card-modal-style-social li a {
    font-size: 18px;
    transition: 0.3s;
    color: var(--aq-common-black);
}

.aq-card-modal-style-footer .aq-login-remeber label {
    color: #5F6063;
}

.aq-form-checkbox-label {
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    color: #6E6E73;
    position: relative;
    padding-inline-start: 26px;
}

.aq-card-modal-style-footer .aq-login-remeber label {
    color: #5F6063;
}