html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.login
{
  background: url('../admin_images/Background-Image.jpg') no-repeat center center fixed !important;
  background-size: cover !important;
  min-height: 100vh !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.login .content .form-control{
	background-color: #276c73;
    height: 43px;
    color: #fff;
    border: 1px solid #276c73;
}
.login .content h3{
	color: #413f40 !important;
}
.login .content{
	background-color: #a7d9e0 !important;
  width: 329px !important;
  border-radius: 20px !important;
  border: 1px solid #276c73 !important;
}
.login .content .form-actions{
  border-bottom: none !important;
}
#login_submit_btn {
	background-color: #276c73 !important;
	    border-color: #276c73 !important;

}

.login .copyright{
  color: #000 !important;
}