body {
    background-image: url("../imgs/bg.png");
    z-index: 1 !important;
    width: 100%;
    height: 100vh;
    max-width: 600px;
    position: relative;
    margin: auto;
}

.color_red {
    color: #ED1C24;
}

.carde_principal {
    max-width: 600px;
    height: 100vh;
    max-height: 100vh;
    z-index: -1;
    position: relative;
    overflow: hidden;
}

.cadre_gris {
    z-index: -2;
    max-width: 600px;
    background-repeat: no-repeat;
    position: absolute;
    object-fit: cover;
    width: 100%;
    bottom: 25px;
}

.cadre_gris_inv {
    transform: rotate(180deg);
    top: 25px;
}

.cadre_blanc {
    max-width: 600px;
    background-repeat: no-repeat;
    z-index: 0;
    position: absolute;
    object-fit: cover;
    width: 100%;
    bottom: 25px;
}

.cadre_blanc_inv {
    transform: rotate(180deg);
    top: 6px;
}

.cadre_rouge {
    max-width: 600px;
    background-repeat: no-repeat;
    z-index: -1;
    position: absolute;
    object-fit: cover;
    width: 100%;
    bottom: 0;
}

.cadre_rouge_inv {
    transform: rotate(180deg);
    top: 0;
}

.islem_logo {
    padding-top: 120px;
}

.btn_gold, .btn_gold:active, .btn_gold:hover {
    background: linear-gradient(180deg, #AA8D3E 0%, #E9C562 99.99%, rgba(191, 161, 80, 0) 100%);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    border-radius: 14px;
    color: white;
    font-weight: 700;
    font-size: 30px;
}

.ooredoo_logo {
    width: 160px;
    margin-top: 20px;
}

.phone_icon {
    position: absolute;
    right: 35px;
    top: 20px;
}

.phone_in, .phone_in:focus, .phone_in:active {
    background-color: transparent;
    border: none;
    border-bottom-color: red;
    border-bottom-style: solid;
    direction: rtl;
    padding-right: 35px;
    font-size: 20pt;
    width: 80%;
    margin: auto;
    margin-bottom: 60px;
    margin-top: 70px;
}
.cadre_coin_left{
    transform: rotate(90deg);
    bottom: -15px;
    position: absolute;
}
.cadre_coin_right{
    bottom: 0;
    position: absolute;
    right: 0;
}