

body {
  background:url('Lightgreen.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; 
  background-attachment:fixed;
  margin:0px;
  
  font-size:14pt;
  line-height: 130%;
}
h1, h2, h3, h4, h5, h6, a {
  margin:0; padding:0;
}
.login {
  margin:0 auto;
  max-width:1000px;
}
.login-header {
  color:rgb(0, 0, 0);
  text-align:center;
  font-size:150%;
}
/* .login-header h1 {
   text-shadow: 0px 5px 15px #000; */
}
.login-form {
  border:.5px solid rgb(0, 0, 0);;
  background:#4facff;
  border-radius:10px;
  box-shadow:0px 0px 10px #000;
}
.login-form h3 {
  text-align:left;
  margin-left:190px;
  color:rgb(0, 0, 0);;
}
.login-form {
  box-sizing:border-box;
  padding-top:15px;
	padding-bottom:10%;
  margin:5% auto;
  text-align:center;
}

.div-bg {
  z-index: -1;
  background: url(//www.wonderbackgrounds.com/girly/backgrounds/girly_background_02.gif);
  background-position: center;
  background-size: cover; 
  opacity: 1;
  width: 100%;
  height: 100%;
  margin :0% 0% 0% 0%;
}

.login input[type="text"],
.login input[type="password"] {
  max-width:600px;
	width: 80%;
  line-height:3em;
  
  margin:1em 2em;
  border-radius:5px;
  border:2px solid #f2f2f2;
  outline:none;
  padding-left:10px;
}
.login-form input[type="button"] {
  height:50px;
  width:350px;
  background:#fff;
  border:1px solid #f2f2f2;
  border-radius:20px;
  color: slategrey;
  text-transform:uppercase;
  
  cursor:pointer;
}

.login-form button[type="Submit"] {
  height:50px;
  width:350px;
  background:#fff;
  border:1px solid #f2f2f2;
  border-radius:20px;
  color: slategrey;
  text-transform:uppercase;
  
  cursor:pointer;
}

.sign-up{
  color:#f2f2f2;
  margin-left:-70%;
  cursor:pointer;
  text-decoration:underline;
}
.no-access {
  color:#E86850;
  margin:20px 0px 20px -57%;
  text-decoration:underline;
  cursor:pointer;
}
.try-again {
  color:#f2f2f2;
  text-decoration:underline;
  cursor:pointer;
}

.video {
  width:100%;
  height:auto;
  max-height:100%
}

.videotitle {
  color:darkblue;
}

/*Media Querie*/
@media only screen and (min-width : 300px) and (max-width : 530px){

	.login {
    text-align:left;
    margin:10px 10px;
	
  }
  .login-form h3 {
    text-align:center;
    margin:0;
	
  }
  .sign-up, .no-access {
    margin:10px 0;
  }
  .login-button {
    margin-bottom:10px;
  }
  .video {
	width:100%;
	height:auto;
	max-height:100%
}
}