* {
font-family: sans-serif;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

.btnStartSTART {
    background-color: #7FFFD4;
    color: black;
}
.btnStartSTOP {
    background-color: #FF5F1F;
    color: white;
}
.btnStartAUTHORIZING {
    background-color: #FFFF8F;
    color: black;
}
  
.css-input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #65b9e6;
    background-color: #ffffff;
    color: #000000;
    border-style: solid;
    box-shadow: 0px 0px 5px rgba(101,185,230,.75);
    text-align: center;
    text-align-last: center;
}
.css-input:focus {
    outline:none;
}

.divStat {
    height: 15px;
    background-color: #FFFF8F;
    width: 0%;
    text-align: left;
}

.panelAtas {
    height: 77%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow-y: auto;
 }

 .panelBawah {
    position: absolute;
    top: 77%;
    left: 0;
    bottom: 0;
    width: 100%;
 }

.tdInfo {
    font-size: 1.2rem;
    color: #2F8DFF;
}

.divLog {
    border: 1px solid #2F8DFF;
    width: 100%;
    height: 57px;
    overflow-y: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.ez-logo {height: 25px;}
.ez-logo-tool {height: 15px;}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.ez-logo {height: 25px;}
.ez-logo-tool {height: 15px;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.ez-logo {height: 25px;}
.ez-logo-tool {height: 15px;}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.ez-logo {height: 35px;}
.ez-logo-tool {height: 25px;}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
.ez-logo {height: 35px;}
.ez-logo-tool {height: 25px;}
}