@font-face {
    font-family: 'BPG_DejaVuSansExtraLight';
    src: url('../Fonts/BPG_DejaVuSansExtraLight.eot');
    src: url('../Fonts/BPG_DejaVuSansExtraLight.eot') format('embedded-opentype'),
    url('../Fonts/BPG_DejaVuSansExtraLight.woff2') format('woff2'),
    url('../Fonts/BPG_DejaVuSansExtraLight.woff') format('woff'),
    url('../Fonts/BPG_DejaVuSansExtraLight.ttf') format('truetype'),
    url('../Fonts/BPG_DejaVuSansExtraLight.svg#BPG_DejaVuSansExtraLight') format('svg');
}

@font-face {
    font-family: 'BPG_DejaVuSans';
    src: url('../Fonts/BPG_DejaVuSans.eot');
    src: url('../Fonts/BPG_DejaVuSans.eot') format('embedded-opentype'),
    url('../Fonts/BPG_DejaVuSans.woff2') format('woff2'),
    url('../Fonts/BPG_DejaVuSans.woff') format('woff'),
    url('../Fonts/BPG_DejaVuSans.ttf') format('truetype'),
    url('../Fonts/BPG_DejaVuSans.svg#BPG_DejaVuSans') format('svg');
}



/*@media only screen and (max-height: 768px) {*/
    /*h6 {*/
        /*font-size: 1.7vh;*/
    /*}*/
    /*th, td {*/
        /*font-size: 1.3vh;*/
    /*}*/
/*}*/

body {
    font-family: 'BPG_DejaVuSansExtraLight';
    color: #95989A;
    background-color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'BPG_DejaVuSans';
    color: #cac8c8;
}
p, th, td, span {
    font-family: "BPG_DejaVuSansExtraLight";
    color: #cac8c8;
}
p, span {
    font-size: 1.3vh;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0;
}

input {
    font-family: 'BPG_DejaVuSansExtraLight';
    font-size: 16px;
}

input:focus {
    outline: none !important;
    box-shadow: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00aeef;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00aeef;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #00aeef;
}

.float-r {
    float: right;
}

.float-l {
    float: left;
}

.container-max {
    width: calc(100% - 80px);
    height: 100vh;
    margin: 0 auto;
}

header {
    width: 100%;
    float: left;
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

.logo {
    width: 80px;
    height: 54px;
    background-image: url("../img/logo.png");
    background-size: cover;
    float: left;
}

.evcharge {
    float: right;
    height: 54px;
    display: table;
}

.evcharge span {
    display: table-cell;
    vertical-align: middle;
    font-family: 'BPG_DejaVuSans';
    font-size: 18px;
}

.login-container {
    max-width: 665px;
    height: calc(100% - 60px);
    margin: 0 auto;
    background: url(../img/car.png) bottom center no-repeat;
    background-size: contain;
    position: relative;
}

.login-content {
    width: calc(100% - 140px);
    margin: 0 auto;
    border: 1px solid #95989A;
    position: absolute;
    padding: 40px 55px 10px 55px;
    transform: translate(-50%,-50%);
    top: 48%;
    left: 50%;

}

.login-content input {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #95989A;
    color: #00aeef;
    cursor: pointer;
}

.login-content input[type="submit"] {
    background-color: #00aeef;
    color: #fff;
    border: none;
    margin-top: 55px;
    -webkit-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 30px -4px rgba(0,0,0,0.4);
}


footer {
    width: 100%;
    height: 40px;
    display: inline-block;
}

footer ul {
    text-align: center;
    font-size: 13px;
}

footer ul li {
    padding: 5px 0;
    color: #000;
}


/*media queries*/

@media only screen and (max-width: 1230px) {

}

@media only screen and (max-width: 1199px) {


}

@media only screen and (max-width: 1115px) {

}