p {
    font-size: 15px;
    direction: rtl;
}

input#phone_number {
    color: black;
}

input#pin_code {
    color: black;
}

.app {
    background: url('../images/bg.jpg');
    background-position: center center;
    background-size: cover;
    height: 100vh;
    min-height: 600px;
    align-items: center !important;
}

.box {
    background-color: rgb(255, 255, 255);
    margin: 30% auto;
    opacity: 0.902;
    width: 100%;
    z-index: 19;
    padding: 10px;
}

.red-text {
    color: red;
}

.green-text {
    color: green;
}

.footer {
    text-align: center;
    direction: rtl;
    padding-top: 10px;
}

.footer span {
    padding: 5px;
    font-size: 16px;
}

.footer p {
    padding-top: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.unsub-footer {
    text-align: center;
    direction: rtl;
}

.unsub-footer p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}

.hide {
    display: none;
}

.mt-2 {
    margin-top: 20px;
}

.pt {
    padding-top: 20px;
}

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

.title {
    font-size: 28px;
    color: rgb(34, 38, 42);
    line-height: 1.2;
    text-align: center;
    z-index: 6;
    padding-top: 10px;
}

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

.btn-continue {
    border-radius: 10px;
    background-color: #02639e;
    color: white;
    width: 150px;
    height: 40px;
    margin: 10px;
}

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

.btn-phone {
    background-color: #02639e;
    color: white;
    font-size: 18px;
    width: 25%;
    margin: 25px 37.5%;
    border-radius: 10px;
    height: 40px;
    z-index: 8;
}

.number-input {
    font-size: 20px;
    color: rgba(34, 38, 42, 0.502);
    line-height: 2;
    text-align: center;
    position: relative;
    border: none;
    border-bottom: 1px solid black;
    z-index: 7;
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .btn-phone {
        width: 30%;
        margin: 25px 32.5%;
    }

    .box {
        padding: 5px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 40vh;
    }

    .app {
        background: url('../images/tablet.jpg');
        background-position: center center;
        background-size: cover;
        height: 100vh;
    }
}

@media only screen and (max-width: 480px) {
    .pt {
        padding-top: 10px;
    }

    .box {
        opacity: 0.802;
        padding: 10px;
        top: 24vh;
    }

    .box-disclaimer {
        opacity: 0.802;
        padding: 10px;
        top: 12vh;
    }

    .app {
        background: url('../images/mobile.jpg');
        background-position: center center;
        background-size: cover;
        align-items: center !important;
        height: 95vh;
    }

    .number-input {
        width: 75%;
    }

    .btn-phone {
        width: 50%;
        margin: 25px 25%;
    }

    .btn-cancel {
        width: 100px;
    }

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