
*,html{
	margin:0;
	padding: 0;


}
@font-face {
    font-family: sps;
    src: url(font/Superspace.ttf);
}
body{

	background: url(../img/wall.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;


}
.w-content{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.loginbox{
	

	width: 100%;
	height: 600px;
	display: flex;
	justify-content: center;

}

.box1{
	width: 450px;
	float: left;
	height: 600px;
	background-color: #1e2537;
	background: url(../img/lb2.jpg);
	opacity: 0.9;

	
}
.box2{
	font-family: sps;
	width: 450px;
	float: left;
	height: 600px;
	background-color: white;

	

	
}
.box3{
	font-family: sps;
	width: 400px;
	float: left;
	height: 600px;
	background-color: white;


	
}
.titletext{
	font-family: 'Kanit', sans-serif;
	font-size:25px;
	padding-top: 50px;
	padding-left: 40px;
}
.text10{
	font-family: 'Kanit', sans-serif;
	font-size:10px;
}
.text14{
	font-family: 'Kanit', sans-serif;
	font-size:14px;
}
.text16{
	font-family: 'Kanit', sans-serif;
	font-size:16px;
}
.text18{
	font-family: 'Kanit', sans-serif;
	font-size:18px;
}
.text20{
	font-family: 'Kanit', sans-serif;
	font-size:20px;
}
.text25{
	font-family: 'Kanit', sans-serif;
	font-size:25px;
}
.inputbox{
	width: 360px;
	height: 50px;
	font-family: 'Kanit', sans-serif;
	font-size:25px;
     background-color: transparent;
    color: #35677d;
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #35677d 1px;
   

}
.btn-login {

	color: #fff;
	border: none;
    -webkit-appearance: none;
    background-color:#3d5667;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 1);
    box-shadow: 0px 0px 5px 0px rgba(128, 128, 128, 1);
    width: 360px;
    height: 50px;
    margin-top: 50px;
    margin-left: 40px;
    

}
.btn-login:hover{
	 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #2f7baf;
}
.weblist{
	width: 300px;
	padding:15px 15px;
	background-color: #35677d;
	margin:0 auto; 
	border-radius: 4px;
	font-family: 'Kanit', sans-serif;
	text-align: center;
	color: white;
}
.weblist:hover{
	 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	background-color: #2f7baf;
}
.m-submit {
    width: 100%;
    padding: 5px 5px 5px;
    border: none;
    border-radius: 2px;
}
.m-submit:hover {
	background-color: #2f7baf;
	color:white;
}
.m-loginbox{
	width: 100%;
	height: 100vh;


}
.m-inbox{
	height: 100vh;
	display: none;
	justify-content: center;
	flex-direction: column;
	align-items:center;
}

.m-b1{

	height: 50vh;
	font-family: 'Kanit', sans-serif;
	background-color: white;
	border-radius: 5px;

}
.m-input{
	padding-left: 5px; 
	padding-right: 5px;
	width: 100%;
	height: 25px;
	border: none;
	border-radius: 2px;
	box-shadow: #1e2537;
	-moz-window-shadow: #1e2537;
	
}
.m-header{
	font-family: sps;
	color: white;
	margin-bottom: 20px;
}
.login-page{
	padding: 1rem 0;
	overflow-y: auto;
	height: 100vh;
	background: url(../img/lb.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	/* background: #7dc2f7;
	background: -webkit-linear-gradient(top, #22303F 0%, rgb(18, 59, 9) 100%);
	background: -linear-gradient(top, #22303F 0%, rgb(18, 59, 9) 100%);
	background: -moz-linear-gradient(top, #22303F 0%, rgb(18, 59, 9) 100%); */
}
.login-box{
	border-radius: 0.5rem;
	background-color: rgba(255, 255, 255, 0.75);
}
.w-content{
	display: none;
}
#mobilelogin{
	display: block;
	height: 100%;
}
@media only screen and (max-width: 1624px) {

	.box3{
		display: none;
	}

}
@media only screen and (max-width: 1125px) {
	html, body{
	height: 100%;
	}
	
}

@media (min-width: 576px) {
	html {
	  font-size: 0.85rem;
	}
	
  }
  
  @media (min-width: 768px) {
	html {
	  font-size: 0.9rem;
	}
	


  }
  
  @media (min-width: 992px) {
	html {
	  font-size: 0.95rem;
	}
	.w-content{
		display: flex;
	}
	#mobilelogin{
		display: none;
	}
  }
  @media (min-width: 1200px){
	html {
		font-size: 1rem;
	  }
	  
  }
html {
	font-size: 0.8rem;
  }
  
 





