body {
    background: url('../images/mobile.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    min-height: auto;
    direction: rtl;
    font-family: "GESSTVBold";
}

input {
    color: #273b91;
    background-color: #e0e1e3;
}

center#modal_confirm_operator_message {
    border: solid 1px;
    border-radius: 10px;
}

center#subscribed {
    border: solid 1px;
    border-radius: 10px;
}

center#game {
    border: solid 1px;
    border-radius: 10px;
}

.logo {
    margin: 60px 0;
}

.logo img {
    height: 70px;
    min-height: 50%;
}

.img1 {
    width: 35%;
}

.img2 {
    width: 45%;
}

.img3 {
    width: 80%;
}

.right-text {
    text-align: right;
}

.footer-img {
    width: 30%;
}

footer {
    color: #273b91;
}

p {
    color: #273b91;
}

input#phone_number {
    margin-bottom: 5px;
    width: 250px;
    direction: ltr !important;
}

input#pin_code {
    margin-bottom: 5px;
    width: 250px;
    direction: ltr !important;
}

#phone_btn {
    width: 120px;
    min-width: auto;
    direction: ltr;
}

#pin_btn {
    width: 120px;
    min-width: auto;
    direction: ltr;
}

p.error {
    margin-bottom: 0;
}

.error {
    color: red;
}

.success {
    color: green;
}

.terms {
    align-items: center !important;
    direction: ltr !important;
}

.text-darken-4.grey-text {
    align-items: center !important;
}

.subscribed {
    margin: 10% auto;
}

.game {
    margin: 10% auto;
}

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.box {
    width: 100%;
    padding: 40px 0;
}

.footer {
    padding-top: 50px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.footer span {
    padding: 5px;
    margin: 5px;
}

.footer p {
    font-size: 14px;
}

footer p a {
    color: #273b91;
}

.hide {
    display: none;
}

.operator {
    width: 100px;
    border-radius: 3px;
}

.title {
    color: #273b91;
    text-align: center;
    padding-bottom: 20px;
}

.btn-cancel {
    border-radius: 20px;
    background-color: rgb(137, 137, 137);
    color: white;
    height: 40px;
    margin: 10px;
    width: auto;
    min-width: 120px;
}

.btn-continue {
    border-radius: 20px;
    background-color: #273b91;
    color: white;
    height: 40px;
    margin: 10px;
    width: auto;
    min-width: 120px;
}

.blue-date {
    color: #02639e;
}

.btn-phone {
    background-color: #273b91;
    color: white !important;
    width: 100%;
    border-radius: 20px;
    height: 40px;
    z-index: 8;
    margin: 10px 0;
}

.number-input {
    line-height: 2;
    text-align: center;
    border: 1px solid black;
    border-radius: 7px;
}

@media only screen and (max-width: 960px) {
    .footer-img {
        width: 20%;
    }

    input#phone_number {
        width: 235px;
    }

    .img1 {
        width: 40%;
    }

    .img2 {
        width: 55%;
    }

    .img3 {
        width: 95%;
    }
}

@media only screen and (max-width: 768px) {
    .footer {
        position: relative;
        bottom: 0;
    }

    .logo {
        margin: 40px 0;
    }

    .logo img {
        height: 70px;
        min-height: 70%;
    }

    .footer-img {
        width: 70%;
    }

    .footer span {
        font-size: 12px;
    }

    footer p a {
        font-size: 12px;
    }

    .number-input {
        width: 235px;
    }

    #phone_btn {
        width: 160px;
        min-width: auto;
    }

    #pin_btn {
        width: 160px;
        min-width: auto;
    }

    .btn-cancel {
        min-width: 100px;
    }

    .btn-continue {
        min-width: 100px;
    }
}

@media only screen and (max-width: 540px) {
    .footer {
        position: absolute;
        bottom: 0;
    }

    .footer-img {
        width: 80%;
    }

    .btn-cancel {
        min-width: 80px;
    }

    .btn-continue {
        min-width: 80px;
    }

    .right-text {
        font-size: 14px;
    }
}

@media only screen and (max-height: 568px) {
    body {
        height: auto;
    }

    .operator {
        width: 85px;
    }

    .footer span {
        font-size: 13px;
    }

    .footer {
        position: relative !important;
        bottom: auto;
    }
}
