html {
  background: url(../img/madi/madi01.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  margin:0px;
  padding:0px;
  font-family: -apple-system, "Roboto", "Segoe UI", "Helvetica Neue", sans-serif, Arial;
  font-size: 1rem;
  font-weight: 300;
}
h1 {
    font-weight:100;
    text-align:center;
}
div#container {
    margin:10px auto;
    width:90%;
    background-color: #d8d8d8;
    opacity:0.95;
    padding:10px 20px 30px 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);

    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -330px;
    margin-left: -45%;
}

div.help {
    float:right;
}

div#header {}

div#enter {
    width:26%;
    float:left;
    border-right:1px solid #dfdfdf;
}

div.support {
    height:20px;
    text-align:center;
}
div.line {
    border-top:1px solid #dfdfdf;
}

div#login, div#password{
    overflow: hidden;
    height:60px;
}
div#login input, div#password input{
    width:100%;
    height:35px;
    line-height:2.6em;
}
#usr, #psw{
    padding-left:10px;
    vertical-align: middle;
}
div#button input, .input {
    color: rgb(115, 115, 115);
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 100;
    line-height: 48px;
    text-decoration: none;
    vertical-align: top;
    padding: 0px 10px;
    background-color:#F1F1F1;
    height: 45px;
    width:100%;
    text-align:center;
    border:none;
}
div#button input:hover {
    color: rgb(51, 51, 51);
    background-color:#45cf6f;
}
div.support a,  a:visited {
    color: #aaaaaa;
    cursor: pointer;
    line-height: 40px;
    vertical-align: top;
    padding: 0px 0px 0px 10px;
    height: 45px;
    width: 100%;
}
div.support a:hover {
    color: rgb(51, 51, 51);
}
div#content {
    width: 70%;
    overflow:hidden;
    margin-left:auto;
}
.check-table {
    width: 100%;
    font-family:Arial;
    border-collapse:collapse;
    font-size:12px;
}
.check-table tr {
    height:45px;
}
.check-table tr:nth-child(2n+1) {
    background-color: #b5b5b5;
}
.cel1 {
    padding:3px;
    width: 160px;
    height: 40px;
    font-size:15px;
    text-align:right;

}
.cel2 {
    padding:0px;
    width: 45px;
    height: 40px;
    font-size:15px;
    text-align:center;

}
.cel3 {
    padding:3px;
    height: 40px;
    font-size:13px
}

.erroron {
    border:1px solid #e53737;
}

.errorout {
    background-color:#fce6e6;
    border:1px solid #e53737;
}