.app-box .phone-marquee {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    font-size: 16pt;
    border: 1px solid var(--app-box-border-color);
    background: var(--offset-bg-color);
}

.app-box .otp-marquee {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    font-size: 16pt;
    border: 1px solid var(--app-box-border-color);
    background: var(--offset-bg-color);
}

.app-box .resend {
    text-align: center;
    padding: 15px;
}

.phone-input-group {
    margin-left: 5%;
    margin-right: 5%;
    width : 90%;
}

.phone-input-group .country-code-input {
    border: 1px solid var(--field-border-color);
    border-radius: 4px 0 0 4px;
    padding: 7px;
    background: var(--offset-bg-color);
}

.phone-input-group .phone-input {
    border: 0px solid var(--field-border-color);
    padding: 0 !important;
}

.otp-input-group {
    margin-left: 5%;
    margin-right: 5%;
    width : 90%;
}

.otp-input-group .otp-input {
    border: 0px solid var(--field-border-color);
    padding: 0 !important;
}

input.phone-form-control {
    height: 100% !important;
}

input.phone {
    border-radius: 0 4px 4px 0;
    border-left: 0;
}

input.otp-form-control {
    min-height: 55px;
    padding: 10px;
    width: 100% !important;
}



select.country-code {
    width: 100px;
}




/*
******************************************************************************
*    SCREEN 640px and smaller
******************************************************************************
*/
@media only screen and (640px >= width) {
    input.phone {
        border-radius: 0 0 4px 4px;
        border: 1px solid var(--field-border-color);
        min-height: 55px;
    }
    .phone-input-group .country-code-input {
        border-radius: 4px 4px 0 0;
        border-bottom: 0;
    }
}

/*
******************************************************************************
*    SCREEN betwen 640px and 768px
******************************************************************************
*/
@media only screen and (768px >= width > 640px) {
    input.phone {
        border-radius: 0 0 4px 4px;
        border: 1px solid var(--field-border-color);
        min-height: 55px;
    }
    .phone-input-group .country-code-input {
        border-radius: 4px 4px 0 0;
        border-bottom: 0;
    }
}

/*
******************************************************************************
*    SCREEN between 769px and smaller than 1024px
******************************************************************************
*/
@media only screen and (1024px >= width > 768px) {}

/*
******************************************************************************
*    SCREEN between 1025px and smaller than 1280px
******************************************************************************
*/
@media only screen and (1280px >= width > 1024px) {}

/*
******************************************************************************
*    SCREEN larger than 1280px
******************************************************************************
*/
@media only screen and (width > 1280px) {}
