
video {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
	}

body {
	font-family: "Century Gothic";
	font-weight:300;
	}


img{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}




#login-button{
  cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  margin: auto;
  width: 160px;
  height: 160px;
  border-radius: 80%;
  background: #2E425E;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
  }
  
  #login-button:hover{
  opacity: 1;
}


#container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 480px;
  height: 370px;
  border-radius: 10px;
  background: #2E425E;
  opacity: 0.9;
  display: none;
  font-family: "Century Gothic";
  font-weight:300;
  text-align:center;
  color:#ffffff;
  padding-top: 50px;
}

.close-btn{
  position: absolute;
  cursor: pointer;
  line-height: 18px;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}














input{
  top: 6px;
  text-decoration: none;
  position: relative;
  width: 80%;
  display: block;
  margin: 9px auto;
  font-size: 14px;
  font-family: "Century Gothic";
  font-weight:300;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background: rgba(3,3,3,.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input:focus{
  outline: none;
  background: rgba(3,3,3,0.8);
}


#btnRes{
  top: 0px;
  text-decoration: none;
  position: relative;
  width: 400px;
  height: 35px;
  display: block;
  margin: 9px auto;
  font-size: 15px;
  font-family: "Century Gothic";
  font-weight:300;
  color: #2e425e;
  padding: 0px;
  border-radius: 6px;
  border: none;
  background: #ffffff; 
  margin-top: -25px;
}

#btnRes:hover{
	background: #E5E5E5;
}






#btnLogin{
  top: 10px;
  text-decoration: none;
  position: relative;
  width: 400px;
  height: 35px;
  display: block;
  margin: 29px auto;
  font-size: 15px;
  font-family: "Century Gothic";
  font-weight:300;
  color: #2e425e;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background: #ffffff;  
}

#btnLogin:hover{
	background: #E5E5E5;
}









#remember-container{
  top: 20px;
  position: relative;
  margin: -3px 40px;
  font-family: "Century Gothic";
  font-weight:300;
}


#btnLogin2{
  top: 20px;
  position: absolute;
  color: rgba(255,255,255,.7);
  right: 0px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Century Gothic";
  font-weight:300;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
   background: #2E425E;
   opacity: 1;
   border: 0px;
}


#btnLogin2:hover{
  color: #f8eb48;
}

#btnLogin2-container{
  position: absolute;
  margin: auto;
  width: 480px;
  height: 300px;
  border-radius: 10px;
  background: #f8eb48;
  opacity: .8;
  display: none;
  color:#f8eb48;
  font-family: "Century Gothic";
  font-weight:300;
 
}
