*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: rtl;
}

body {
    font-family: "Nunito", sans-serif;
    color: #384047;
    background-image: url(web/assets/imgs/bg.png);
    background-size: cover;
    font-family: cairo !important;
}


/* installment */

.color-1 {
    color: #7e2a6f;
}

.installment-header {
    border-radius: 15px;
    border-bottom: 2px solid #7e2a6f;
}

.installment {
    background-size: cover;
}

.installment .my-form {
    background-color: #ddcdda90;
    border-radius: 10px;
}

.installment .form-control {
    height: 42px;
    border-radius: 10px;
    margin-top: 0.7em;
    margin-bottom: 1em;
}

.send-request {
    background-color: #7e2a6f !important;
    color: white !important;
}

.installment-header {
    width: 50%;
}

@media only screen and (max-width: 600px) {
    .installment-header {
        width: 90%;
    }
    .send-request {
        width: 100%;
    }
}