@import url('https://fonts.googleapis.com/css?family=Sarabun&display=swap');
body
{
  margin: 0;
  padding: 0;
  background: url(siriraj.jpg);
  background-size: cover;
  background-position: center;
  font-family: Sarabun, serif;
}
.login-box
{
  width: 450px;
  height: 620px;
  background: rgba(0,0,0,.6);
  color: #fff;
  top: 50%;
  left: 50%;
  position:absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 30px;
  border-radius: 10px;
}
.avatar
{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid rgb(243, 243, 238);;
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);
}
h1, h2
{
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
  color:whitesmoke;
}
.login-box p
{
  margin: 0;
  padding: 0;
  font-size: 14px;
  color:whitesmoke;
}
.login-box input
{
  width: 100%;
  margin-bottom: 20px;
}
.login-box input[type="text"],
           input[type="password"]
{
  background: none;
  color: #fff;
  border: none;
  outline: none;
  border-bottom: 1px solid #CCCCCC;
  height: 40px;
  font-size: 14px;
}
.login-box input[type="text"]:hover,
           input[type="password"]:hover
{
  font-size:16px;
  border-bottom: 1px solid #ffff;
}
::placeholder
{
  color: #fff;
}
.login-box input[type="submit"]
{
  border: none;
  outline: none;
  height: 40px;
  color:#FFFF;
  font-size: 16px;
  background: #009900;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 15px;
}
.login-box input[type="submit"]:hover
{
  background: #ffff;
  color: #009900;
}
.login-box input[type="checkbox"]
{
  display: inline-block;
  margin: 0;
  padding: 0;
}
.login-box a
{
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  text-align: center;
}
.login-box a:hover
{
  font-weight: bold;
}
.message{
  color:#FFCC33;
  text-align: center;
  font-size: 14px;
}
.comment{
  margin-top : 3px;
  color:FFFF;
  font-size: 14px;
}
label{
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.badge{
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}
