@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

form {
  width: 350px;
  position: relative;
}

form .form-field::before {
  font-size: 20px;
  position: absolute;
  left: 15px;
  top: 17px;
  color: #888888;
  content: " ";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}

form .form-field:nth-child(1)::before {
  background-image: url(resource/user-icon.png);
  width: 20px;
  height: 20px;
  top: 15px;
}

form .form-field:nth-child(2)::before {
  background-image: url(resource/lock-icon.png);
  width: 16px;
  height: 16px;
}

form .form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  position: relative;
}

form input {
  font-family: 'Lato', sans-serif;
  width: 100%;
  outline: none;
  background-color: #fff;
  border-radius: 4px;
  border: none;
  display: block;
  padding: 0.9rem 0.7rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 17px;
  color: #4A4A4A;
  text-indent: 40px;
}

form .btn {
  outline: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  padding: 0.9rem 2.5rem;
  text-align: center;
  background-color: #47AB11;
  color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 17px;
}

body {
  	background-image: url('resource/background.jpg');
  	background-repeat: no-repeat;
  	background-attachment: fixed;
 	background-size: cover;
  	font-family: 'Lato', sans-serif;
  	color: #4A4A4A;
	text-align:left;
  	font-style: normal;
}

body.loginstyle {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	min-height: 100vh;
  	overflow: hidden;
  	margin: 0;
  	padding: 0;

}

.navtop {
	display: inline;
}

.navtop div {
  	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
}

.navtop h2 {
  	float: left;
}

.navtop a {
  	display: block;
  	color: white;
  	text-align: center;
  	padding: 14px 16px;
  	text-decoration: none;
	float: right;
}

.navtop a:hover {
  	background-color: #123;
}

.contentbox {
	text-align: center;
	width: fit-content;
	margin-left:auto; 
    	margin-right:auto;
}

div .contentbox {
 	background-color: #FFFFFF;
	opacity: 0.6;
	border-radius: 20px;
	padding: 1.3% 5%;}

.contentbox table {
	margin-left:auto; 
    	margin-right:auto;
}

h2 {
  	font-size:40px;
  	font-weight:bold;
  	color:#000000;
  	margin-left: 2%;
}

h1{
  	font-size: 72px;
	color:#000000;
 	margin-left: 2%;
}

p{
	font-size: 14px;
  	font-weight: bold;
  	color: #000000;
  	margin-left: 2%;
}