header {
    margin-bottom: 64px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10) !important;
    /* border: none !important; */
}

.form {
    margin-bottom: 100px;
    gap: 64px;
}

.form-wrapper {
    width: 632px;
    border-radius: 24px;
    border: 1px solid var(--Stroke, #D9D9D9);
    background: var(--white-100, #FFF);
    padding: 48px 48px 48px 71px;
}

.form-wrapper h2 {
    margin-bottom: 12px;
}

.form-wrapper p {
    line-height: 32px;
    margin-bottom: 32px;

}

.inputWrapper {
    margin-bottom: 32px;
}

.inputWrapper label {
    margin-bottom: 4px;
}

.inputWrapper input,textarea,select {
    padding: 17px 16px;
    color: var(--Secondary, #A6A6A6);
    font-size: var(--fs_1-8);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid rgba(166, 166, 166, 0.50);
}

.inputWrapper input:focus,
.inputWrapper textarea:focus ,
.inputWrapper select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--orange-500);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(253, 157, 13, 0.25);
}

.auth-waies {
    margin-top: 32px;
    text-align: center;
}

.auth-waies p {
    margin-bottom: 24px;
}

.auth-waies .auth-icons {
    margin-bottom: 32px;
    gap: 20px;
}

.auth-waies button {
    margin-bottom: 24px;
    width: 100%;
}

.auth-waies .auth-icons a {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid rgba(166, 166, 166, 0.50);
    background: var(--white-100, #FFF);
    gap: 20px;
}
a.orange_btn::after {
    /* z-index: 1; */
}

.img-wrapper {
    width: 584px;
    height: 750PX;
    min-height: 750px;
    border-radius: 24px;
    border: 1px solid var(--Stroke, #D9D9D9);
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    object-fit: cover;
}
.img-wrapper img {
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
@media (max-width:420px) {
    div.name_Group {
        gap: 15px;
        flex-direction: column !important;
    }

    .name_Group > div {
        width: 100%;
    }
}

@media (max-width:1250px) {
    .form>div {
        flex: 1;
    }

    .form-wrapper {
        padding: 48px;
    }

}

@media (max-width:991px) {
    .form-wrapper {
        z-index: 2;
    }
    .img-wrapper {
        filter: blur(6px);
        -webkit-filter: blur(6px);
}

    .img-wrapper {
        display: none;
    }
    .contact-boxes {
        flex-wrap: wrap;
    }
}

@media (max-width:1229px) {
    .form-wrapper {
        padding: 20px !important;
    }

    .form>div {
        width: none !important;
        flex: 1;
    }

    .form-wrapper {
        padding: 48px;
    }

}
.img-wrapper img {
    width: 100%;
    height: 100%;
}
/* alirt */
.alert {
    width: 708px;
    flex-shrink: 0;
    background-color: white;
    border-radius: 24px;
    background: var(--White, #FFF);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.329);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-52%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 3;
    padding-block:91px ;
    padding-inline: 138px 139px;
    text-align: center;
    display:none; 
}.alert.active{display: block;}
.alert  .close {
    position: absolute;
    top: 27px;
    right: 27px;
    cursor: pointer;
}
.alert .img-alert{
    margin-bottom: 32px;
}
.img-alert p{
    margin-bottom: 8px;
}
.img-alert span {
line-height:32px ;
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    display: none;
}
.overlay2.active {display: block;}
@media (max-width:796px) {
    .alert {
        width: 80%;
        /* height: 446px; */
        flex-shrink: 0;
        background-color: white;
        border-radius: 24px;
        background: var(--White, #FFF);
        box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.329);
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-52%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        z-index: 3;
        padding-block:40px ;
        padding-inline: 20px;
    }
}