@font-face {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

@font-face {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

form {
  text-align: center;
}

a {
  text-decoration: none;
  color: #0088cc;

}

.login_box {
  position: relative;
  margin-top: 5%;
  margin-left: 33%;
  margin-bottom: auto;
  top: 7%;
  width: 35%;
  background-color: #FFFFFC;
  border: 1px solid #EDEDED;
  border-radius: 7px;
  padding: 5px;
  opacity: 0.98;
}

.login_header {
  width: 100%;
  height: 80px;
  background: linear-gradient(9deg, #544f40 25%, transparent);
  color: #f6f6f6;
  text-align: center;
}

.login_header h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 0;
  margin-bottom: 0;
  color: #f6f6f6;
  text-shadow: #262626 0.5px 0.5px 0px;
  font-size: 250%;
  padding-top: 13px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

/*input[type="submit"] {
  background-color: rgba(38, 38, 38, 0.6);
  border: 1px solid rgba(38, 38, 38, 0.6);
  border-radius: 3px;
  margin: 5px 0 10px 0;
  padding: 5px 10px 5px 10px;
  color: #f6f6f6;
  text-shadow: #262626 0.5px 0.5px 0px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 100%;
}*/

input[type="text"], input[type="email"], input[type="number"], input[type="password"] {
  border: 0.5px solid #e5e5e5;
  margin-top: 5px;
  width: 70%;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 5px;
}

input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover {
border-color: #544f40;
}

#second {
  display: none;
}

.ln_btn {
  background: linear-gradient(to bottom, #56668a 0%, #56668a91 100%);
	color: #fff;
	font-size: 24px;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-weight: 500;
	border: 1px solid #ccccd6;
	border-radius: 3px;
	box-shadow: 0px 8px 15px rgba(149, 102, 86, 0.1);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
}

.ln_btn:hover {
  font-family: Georgia, 'Times New Roman', Times, serif;
  background: linear-gradient(to top, #56668a91 20%, #56668a 80%);
	box-shadow: 0px 15px 20px rgba(149, 102, 86, 0.4);
  color: #fff;
  transform: translateY(-2px);
}

.login_image {
  background-image: url(background/L_N_6.jpg);
  margin: 100px;
  padding: 0px 235px 120px 235px;
  border-radius: 2px;	  
  background: #8A8A8A;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: scroll;
  opacity: 1.0;
}

.login_style {
  background-color: #f6f6f6;
  padding: 1px;
}

.g-recaptcha {
  margin: 0px 21%;
}