* {
 
  font-family: 'Open Sans Condensed', sans-serif;
  color: #464646;
  -webkit-transition: all 1.5s linear;
  transition: all 1.5s linear;

  box-sizing: border-box;
}

html, body {
  background:url('');
  background-size: 100% 110%;
  overflow: hidden;
  width: 100%;
  height: 100%;

}


.container1 {
  width: 100%;
  height: 100%;
}

.header1 {
  position: absolute;
  width: 100%;
  height: 100%;
  margin:15px auto;  
  display: table;
  text-align: center;
  color: #e2e8e7;
  z-index: 10;
}
.header1 h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 0px;
  z-index: 2;
  position: relative;
  color: #E2E8E7;
}

.main {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main .login {
  
  max-width:300px;

  padding-top:15px;
  padding-bottom:10%;
  margin:50px auto;
  text-align:center;
}


.container1 .header1 {
  height: 50px;
  
  
}
.container1 .header1 h1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 40px;
  z-index: 2;
  position: relative;
   	
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}






form {
  padding: 12px 24px 24px;
}

input {
 
  width: 100%;
  line-height:3em;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  margin:12px 0;
  border-radius:5px;
  border:1px solid #848484;
  outline:none;
  padding-left:10px;
}






.sign-up{
  color:#08088A;

}
.no-access {
  color:#2E2E2E;

}


