body {
  background:url('http://quadrantsystems.co.in/opn/backend-assets/img/folder/Cover.jpg');
  margin:0px;
  font-family: "Times New Roman", Times, serif;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
}
h1, h2, h3, h4, h5, h6, a {
  margin:0; padding:0;
}
.login {
  margin:0 auto;
}
.login-header {
  color:#fff;
  text-align:center;
  margin-top: 20px;
}
.login-header h1 { font-weight: bold; padding:50px 0 0 0;}
.login-header h4 {
   text-shadow: 0px 5px 15px #000;
}
.login-form1 {
  border:2px solid #999;
  background:#2c3e50;
  border-radius:10px;
  width: 700px;
  box-shadow:0px 0px 10px #000;
}

.login-form {
  background: rgba(70, 70, 70, 0.8);
  padding:50px 50px 30px 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #464646;
}


.login-form h3 {
  text-align:left;
  color:#fff;
}
.login-form {
  box-sizing:border-box;
  padding-top:15px;
  margin:50px auto;
  text-align:center;
	overflow: hidden;
}
.login input[type="text"],
.login input[type="password"] {
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  margin:10px 0;
  border-radius:5px;
  border:2px solid #f2f2f2;
  outline:none;
  padding-left:10px;
}
.login-form input[type="button"] {
  background:#fff;
  border:1px solid #f2f2f2;
  border-radius:20px;
  color: slategrey;
  text-transform:uppercase;
  font-family: "Times New Roman", Times, serif;
  cursor:pointer;
}
.sign-up{
  color:#f2f2f2;
  margin-left:-400px;
  cursor:pointer;
  text-decoration:underline;
}
.no-access {
  color:#E86850;
  margin:20px 0px 20px -300px;
  text-decoration:underline;
  cursor:pointer;
}
.try-again {
  color:#f2f2f2;
  text-decoration:underline;
  cursor:pointer;
}

/*Media Querie*/
@media only screen and (min-width : 150px) and (max-width : 530px){
  .login-form h3 {
    margin:0;
  }
  .sign-up, .no-access {
    margin:10px 0;
  }
  .login-button {
    margin-bottom:10px;
  }
}
.btn11{padding:10px 30px !important; border-radius: 4px !important; -moz-border-radius: 4px !important; -webkit-border-radius: 4px !important; -ms-border-radius: 4px !important; -o-border-radius: 4px !important; background: #fff!important; border: none!important; color: #8CBEED!important; letter-spacing: 2px; font-weight: bold;}
.btn11:hover { color: #8CBEED!important;}