Copy
* {
  	box-sizing: border-box;
  	font-family: Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}


	
  
  html {
	height: 100%;
  }
body {
  	    /* background-color: #cc0000; */
          background-image: url(/images/clock.png);
          
		  background-position:right bottom;
	
		  background-repeat: none;
		  background-repeat: no-repeat;
		  background-color: #eaf4fa !important;
		  margin: 0px;
		
		  font-family: Arial, Helvetica, sans-serif;
		  font-size: 15px;
}
.login {
  	width: 306px;
  	
  	margin: 40px auto;
}

.timeinfobox {
    border: 1px #ed1c24 solid;
    padding: 12px;
    background-color: #ffffff;
}

.login.content {
	width: 350px;
	margin: 40px auto;
	text-align: center;

}

.logomain {
    float: left;
    /* height: 20px; */
    padding-right: 27px;
    width: 49%;
    text-align: right;
}

img.mainlogo {
    height: 40px;
    margin-top: 10px;
}


.flame {
	float: left;
	width:50px;
}

.headline {
	float: left;
    width: 213px;
    top: -23px;
    position: relative;
    text-align: left !important;
    line-height: 28px;
}

.button {
	display: block;
    width: 304px;
    height: 25px;
    background: #cc0000;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    line-height: 25px;
    position: absolute;
    font-family: arial;
    text-decoration: none;
    font-size: 24px;

}

.login .headline {
 
        text-align: center;
        color: #000000;
        font-size: 28px;
        padding: 21px 1px 5px 9px;
        text-transform: uppercase;
        font-family: Arial, sans-serif;
 
}
.login form {
  
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 0px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #cc0000;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 306px;
  	padding: 13px 10 13px 10px;
 	margin-top: 20px;
  	background-color: #cc0000;
  	border: 0;
  	cursor: pointer;
  	font-size: 27px;
	  color: #ffffff;
	  border-radius: 10px;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #cc0000;
  	transition: background-color 0.2s;
}

.header {
    width: 100%;
    background-color: #ffffff;
    height: 57px;
    
    /* padding: 10px; */
    font-family: arial;
}

.time {
    padding-top: 32px;
    padding-left: 27px;
    width: 49%;
  
    float: left;
}

.centfield {
    text-align: center;
    width: 271px;
    margin: auto;
    margin-top: 13px;
}

.titletop {
    margin-left: 42px;
}


.fielddays {
	display: block;
   width:128px !important;
	height: 34px;
	margin-top: 15px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	margin-left: 110px;

}

input[type="submit"] {
    background: #ed1c24;
    width: 306px;
    padding: 13px 10 13px 10px;
    margin-top: 20px;
    background-color: #ed1c24;
    border: 0;
    cursor: pointer;
    font-size: 27px;
    color: #ffffff;
    border-radius: 10px;
    transition: background-color 0.2s;
}

select {
    height: 30px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input#email {
    width: 270px;
    margin-bottom: 10px;
    border: 1px #9bcce4 solid !important;
    padding: 6px;
}

div.logout {
    font-size: 39px;
    padding-top: 20px;
    color: #ffffff;
}

input[type="button"] {
    background-color: #cc0000;
    border: 0px;
    color: #ffffff;
    width: 100%;
    font-size: 29;
    border-radius: 10px;
}


a.button.whiteflame {
    background-image: url(/images/whiteflame.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 5px;
}


.shortbutton {
    height: 38px;
    margin-top: 32px;
    margin-bottom: 24px;
}

.longbutton {
    height: 60px;
    margin-top: 24px;
}

.rowUser {
    border-right: 1px #000000 solid;
    border-left: 1px #000000 solid;
    border-top: 1px #000000 solid;
    
    clear: both;
    /* float: left; */
}.rowUserName {
    width: 25%;
    float: left;
    border-left: 1px #000000 solid;
    padding: 3px;
}

.rowUserdate {
    width: 50%;
    float: left;
    border-right: 1px #000000 solid;
    border-left: 1px #000000 solid;
    padding: 3px;
}

.rowUser1 {
    border-right: 1px #000000 solid;
    border-left: 1px #000000 solid;
    border-top: 1px #000000 solid;
    
    clear: both;
    margin-top: 10px;
    /* float: left; */
}.rowUserName2 {
    background-color: #000000;
    color: #ffffff;
    width: 50%;
    float: left;
    border-left: 1px #000000 solid;
    padding: 3px;
    height:40px;
}

.rowUserdate2 {
    background-color:#ffffff;
    color: #000000; 
    width: 50%;
    float: left;
    border-right: 1px #000000 solid;
    border-left: 1px #000000 solid;
    padding: 3px;
    border-bottom: 2px solid #cc0000;
    height: 48px;
}

.postalert {
    width: 100%;
    background-color: #ffffff;
    text-align: center;
    font-weight: 800;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ed1c24
}

td.timeTDTable {
    padding-left: 10px;
}
.orange {
    background-color:orange;
}

.white {
    background-color:#ffffff;
}

.peach {
    background-color:#fcd2c1;
}

table.timTable {
    font-size: 13px;
}

input#start {
    border: 1px #9bcce4 solid !important;
    width: 100%;
    padding: 5px;
}

input#end {
    border: 1px #9bcce4 solid !important;
    width: 100%;
    padding: 5px;
}