/*===IPAD PRO===*/
@media only screen and (max-width: 1024px) {
    .boxCon{
        width: 70% !important;
    }
    #loginForm{
        width:60%;
    }
    h2 {
        font-size:40px;
    }
    .logo{
        width:150px !important;
        height:150px !important;
    }
    .inpControl{
        font-size: 25px;
        margin-bottom: 25px;
    }
    .btn{
        font-size: 25px !important;
    }
    .innerPan{
        width: 100% !important;
    }
    .boxCon h2 {
        font-size: 35px;
    }
    .notif{
        font-size: 20px !important;
    }
    #scanner h4 {
        font-size: 25px;
    }
    .ticketDetails {
        font-size: 20px;
    }
}

/*===IPHONE X LANDSCAPE===*/
@media only screen and (max-width: 813px) {
}

/*===NEXUS 10===*/
@media only screen and (max-width: 800px) {
}

/*===IPAD TABLET===*/
@media only screen and (max-width: 768px) {
    .boxCon {
        width: 80% !important;
    }
}

/*===IPHONE 6 7 8 PLUS===*/
@media only screen and (max-width: 415px) {
    .boxCon{
        width: 95% !important;
    }
    #loginForm{
        width:90%;
    }
    h2 {
        font-size: 36px;
    }
    .boxCon h2 {
        font-size: 28px;
    }
    .notif {
        font-size: 15px !important;
        margin-bottom: 10px !important;
    }
    .btn {
        font-size: 18px !important;
    }
    #scanner h2{
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
    .innerPan {
        padding: 20px !important;
    }
    .scanPanel #preview{
        height:350px !important;
        width:100% !important;
        max-width:100% !important;
        min-width: 100% !important;
    }
    #scanner h4 {
        font-size: 23px;
    }
    .ticketDetails {
        font-size: 18px;
    }
}

/*===IPHONE X===*/
@media only screen and (max-width: 376px) {
    .logo {
        width: 120px !important;
        height: 120px !important;
    }
}

/*===GALAXY S5===*/
@media only screen and (max-width: 361px) {

}

/*===IPHONE 5 SE===*/
@media only screen and (max-width: 320px) {
    .boxCon{
        width: 98% !important;
    }
    #loginForm{
        width:93%;
    }
    h2 {
        font-size: 30px;
    }
    #scanner h2 {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    .boxCon h2 {
        font-size: 25px;
        line-height: 27px;
    }
    .notif {
        font-size: 14px !important;
        margin-bottom: 5px !important;
    }
    .scanPanel #preview {
        height: 320px !important;
    }
    #scanner .boxCon{
        margin-top: 20px !important;
    }
    #scanner h4 {
        font-size: 20px;
    }
    .ticketDetails {
        font-size: 15px;
    }
}