.mb-0
{
    margin-bottom:0;
}
.header
{
    padding:5px 0;background-color:#3142A3;box-sizing:border-box;
}
.header .back
{
    width:30px;height:50px;display:block;box-sizing:border-box;margin-right:5px;padding:10px 0;float:left;
}
.header .back a
{
    display:block;text-decoration:none;
}
.header .back img
{
    width:100%;
}
.header .logo-section
{
    font-size:30px;color:#fff; width:50px;height:50px;display:block;box-sizing:border-box;float:left;
}
.header .logo-section img
{
    width:100%;
}
.header .company-name
{
    font-size:30px;color:#fff;display:block;padding:4px 0 4px 5px;box-sizing:border-box;display:block;width:auto;float:left;
}
.header .company-branch
{
    font-size:15px;color:#fff;display:block;padding:15px 0 15px 5px;box-sizing:border-box;display:inline-block;
}
/*.header .in-out-time
{
    box-sizing:border-box;display:inline-block;width:350px;padding:15px 0;float:right;color:#fff;
}
.header .in-out-time .check-in, .header .in-out-time .check-out
{
    box-sizing:border-box;display:inline-block;width:50%;float:left;color:#fff;
}
.header .in-out-time .check-in span, .header .in-out-time .check-out span
{
    color:#fff;
}*/

.header .logut-btn-section {
    box-sizing:border-box;display:block;width:auto;padding:5px 0;float:right;
}
#UserName {
    display:block;padding:5px 0;color:#fff;
}
.header .logut-btn-section .logout-btn{
    box-sizing:border-box;display:block;width:80px;padding:4px 0px;background-color:#00913F;color:#fff;border:none;border-radius:5px;float:right;
}
.header .logut-btn-section .logout-btn:hover, .header .logut-btn-section .logout-btn:focus{
    outline:0;background-color:#005CBF;
}

.login-form {
    width: 385px;
    margin: 20% auto 0;box-sizing:border-box;position:relative;
}
.login-form:before {
    content:'';
    position:absolute;
    width:100px;
    height:100px;
    top:-50px;
    background-color:#fff;left:37%;
    background-image:url("../imagesN/logo-icon.png");
    background-position:center center;
    background-size:70px 70px;
    background-repeat:no-repeat;border-radius:50px;
}
.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
    padding: 70px 30px 30px;box-sizing:border-box;
}
.input-group {
    padding: 10px;
    border:1px solid #ccc;
    background-color: #fff;
    border-radius: 50px;box-sizing:border-box;
}
.border-change
{
    border:1px solid #3142A3;
}
.login-form form .form-control
{
    padding: 10px 12px;
    font-size: 15px;
    height:auto;
    line-height:1.5;
    border: none;
    box-shadow: none;box-sizing:border-box;
}
.login-form form .form-control:before
{
    padding: 6px 20px;
    background-image:url("../imagesN/customer-icon.png");
    background-position:center center;
    background-size:25px 25px;
    background-repeat:no-repeat;
    border: none;
    border-radius: 50px;
}
.login-form form .input-group-addon
{
    padding:6px 20px;
    background-position:center center;
    background-size:25px 25px;
    background-repeat:no-repeat;
    border: none;
    border-radius: 50px;box-sizing:border-box;
}
.login-form form .input-group-addon.customer-icon
{
    background-image:url("../imagesN/customer-icon.png");
}
.login-form form .input-group-addon.staff-id-icon
{
    background-image:url("../imagesN/staff-id-icon.png");
}
.login-form form .input-group-addon.key-icon
{
    background-image:url("../imagesN/key-icon.png");
}
.login-btn
{
    background-color:#00923F;padding:15px 12px;display:block;border-radius: 50px;box-sizing:border-box;font-size:20px;
}
.login-btn:hover
{
    background-color:#3142A3;
}
.information-section
{
    box-sizing:border-box;width:100%;padding:30px 0;
}
.information-section .controls-section
{
    box-sizing:border-box;display:block;width:350px;
}
.information-section .controls-section div
{
    box-sizing:border-box;display:block;width:50%;float:left;
}
.information-section .controls-section div span
{
    box-sizing:border-box;font-size:15px;
} 
.information-section .controls-section div select
{
    width:70px;padding:10px 5px;box-sizing:border-box;border: 1px solid #ccc;outline:0;
} 
 .controls-section div select:focus
{
    border: 1px solid #3142A3;outline:0;
}

.information-section .in-out-time {
    box-sizing:border-box;display:block;width:100%;padding:15px 0;
}
.information-section .in-out-time .check-in input, .information-section .in-out-time .check-out input{
    box-sizing:border-box;display:block;width:100px;padding:10px;background-color:#00913F;color:#fff;border:none;border-radius:5px;float:left;
}
.information-section .in-out-time .check-in input{
    margin-bottom:10px;
}
.information-section .in-out-time .check-in, .information-section .in-out-time .check-out{
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 0 0;overflow:auto;
}
.information-section .in-out-time .check-in span, .information-section .in-out-time .check-out span{
    box-sizing: border-box;margin-left:10px;line-height:40px;color: blue;
}
.information-section .in-out-time .check-in, .information-section .in-out-time{
    border:none !important;
}
.information-section .in-out-time .check-in input:focus, .information-section .in-out-time .check-out input:focus, .information-section .in-out-time .check-in input:hover, .information-section .in-out-time .check-out input:hover {
    outline:0;background-color:#005CBF;
}
@media screen and (max-width:767px)
{
.header .in-out-time
{
    width:100%;padding:5px 0 0;float:none;color:#fff;
}
.information-section .in-out-time .check-in input, .information-section .in-out-time .check-out input{
    margin:0 auto;
}
.information-section .in-out-time .check-in input{
    margin-bottom:10px;
}
}
@media screen and (max-width:420px)
{
   .login-form {
    width: 100%;
}
   .login-form:before {
    left: 35%;
}
.information-section .controls-section
{
    width:100%;
}
}
@media screen and (max-width:359px)
{
  .header .in-out-time .check-in span, .header .in-out-time .check-out span
{
    display:block;width:100%;
}
}