.marg {
    padding: 0 20px;
}

.form-wrapper {
    border-radius: 16px;
    width: 100%;
    margin: 0 auto;
    font-family: Arial;
    background: #fff;
    padding: 15px;
}

.form-mt {
    margin-top: 30px !important;
}

.form-wrapper button {
    width: 100%;
    height: 60px;
    background-color: #0d1985 !important;
    padding: 0 20px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-radius: 100px !important;
    cursor: pointer;
}

.form-wrapper button:hover {
    color: #fff;
    background-color: rgba(209, 10, 16, 0.7);
    transform: scale(1.05);
}

.input-wrapper input {
    padding: 15px;
    border-radius: 4px;
    outline: none;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);

    color: #000;

    box-shadow: 3px 3px 6px #00000030;
    font-family: Arial;
    background: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.input-wrapper input::placeholder {
    color: #3b3b3b;
}
.input-wrapper {
    margin-top: 20px;
}
.btn-form {
    margin-top: 20px;
}
.iti__flag-container {
    /* background: #000; */
}
.iti__country-list {
    /* background: #000 !important; */
}

.iti__selected-dial-code {
    color: #000;
}

.form-input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: none;
    border-radius: 6px;
}
.btm-send {
    cursor: pointer;
}

.form__title {
    text-align: center;
    font-size: 24px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.form__text {
    text-align: center;
    font-size: 20px;
}

.iti {
    font-size: 16px;
}

.iti__country-name {
    color: #000;
}

.checkbox-wrapper {
    margin-top: 15px;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.checkbox-label input[type='checkbox'] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}
