body {
    background-color: #1B2032;
}

@font-face {
    font-family: "number-plate";
    src: url("/fonts/UKNumberPlate.woff");
}
/*
All Devices
*/

.container{
    background-color: white;
    border-radius: 5px;
    border: #EF2676 solid 3px;
}
.padding_top_10{
    padding-top: 10px;
}

#lg-error{
    display: none;
}

a,
.nav-link{
    color: #e66c5d !important;
}

.btn-primary{
    background-color: #e66c5d !important;
    border-color: #e66c5d;
}

/*
Mobile - iPhone
*/
@media(max-width:767px){

    #wrapper{
        padding-top: 10px;
        background-color: white;
    }

    #header{
        padding-top: 5px;
    }


}

.number_plate{
    padding: 10px;
    background-color: #F7D041;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.35rem;
    text-align: center;
    font-family: "number-plate",sans-serif;
    border-radius: 5px;

}

.deleted_number_plate{
    background-color: darkred !important;
    color: white !important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
}

.required{
    color: red;
    font-size: 1rem;
}

/*
iPad - Portrate
*/
@media(min-width:768px){


    #wrapper{
        max-width: 800px;
        margin: 0 auto;
        padding-top: 10px;
        background-color: white;
    }

}

/*
iPad - Landscape
*/

@media(min-width:992px){

    #wrapper{
        max-width: 1024px;
    }

    #title{
        text-align: center;
    }

    #loginFrm{
        width: 400px;
        margin: 0 auto;
        padding-top: 50px;
    }

}
/*
Desktop
*/
@media(min-width:1200px){

    #wrapper{
        max-width: 1200px;
    }


}

