html, *{
	margin: 0;
	padding:0;
}

body {
	background: url(../img/bg1.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.img {
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
}
.content {
background-color: white;
-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: 400px;
    height: 500px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
 

}
input {
    font-family: TH SarabunPSK;
	color: #235311;
    height: 45px;
    width: 320px;
    font-size: 25px;
    background-color: #fff;
    padding-left: 20px;
    border: none;
}

.btn-login {
    border: none;
	color: #fff;
    background-color:#a03123;
    width: 342px;
    border-radius: 4px;
    margin-top: 35px;
    -webkit-appearance: none;


}

.title {
	font-family: TH SarabunPSK;
	padding-top: 20px;
	text-align: center;
    color: #919191;
}
.shadow {
	-webkit-appearance: none;
	margin-top:20px;
	border-radius: 4px;
-webkit-box-shadow: 0px 0px 0px 1px rgba(128,128,128,1);
-moz-box-shadow: 0px 0px 0px 1px rgba(128,128,128,1);
box-shadow: 0px 0px 0px 1px rgba(128,128,128,1);
}
.bot-bar{
	font-family: TH SarabunPSK;
	margin-top: 5%;
    text-align:left;
    color: #fff;
    width: 100%;
    height: 8%;
	background-color: #31811b;
    position:fixed;
    left:0px;
    bottom:0px;
    z-index: 99;

	
}
.footer{
	padding-top: 10px;
	padding-left: 30px;
}
.logpad{

}