body
{
  margin: 0;
  padding: 0;
  background: url(siriraj.jpg);
  background-size: cover;
  background-position: center;
  /*font-family: Arial, Helvetica, sans-serif;*/
}
.login-box
{
  width: 420px;
  height: 420px;
  background: rgba(0,0,0,.5);
  color: #fff;
  top: 50%;
  left: 50%;
  position:absolute;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 30px;
  border-radius: 10px;
}
.avatar
{
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 5px solid #FF9900;
  position: absolute;
  top: -60px;
  left: calc(50% - 60px);
}
h2
{
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}
.login-box p
{
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.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: #fff;
  font-size: 16px;
  background: #009900;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 25px;
}
.login-box input[type="submit"]:hover
{
  background: #ffff;
  color: #009900;
}
.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;
}
