

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.h1 {
  color: #672c87;
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 20px;
  font-family: 'Kanit', sans-serif;
}

@media screen and (max-width: 1200px) {
  .h1 {
      display: flex;
      justify-content: center;
      align-items: center;
  }
}

body {
  font-family: 'Padauk', sans-serif;
  /* background-image: url(/web/login/black8.png); */
  background-color: #fde5ff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;

}
.login-box {
  position: absolute;
  width: 280px;
  height: 350px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 4px;
  overflow: hidden;
}

.icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 37%;
   
}

.user-name {
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 8px 0;
  margin: 26px 0;
  border-bottom: 1px solid #4caf50;
}

.user-name img {
  float: left;
  text-align: center;
}

.user-name input {
  border: none;
  outline: none;
  background: none;
  color: #000;
  font-size: 16px;
  width: 80%;
  float: left;
  margin: 0 10px;   
}

.iconeye {
  margin-right: 10px;

}

.eye {
  position: absolute;
  margin-bottom: 10px;
}

#hidel {
  display: none;
}

.btn {
  width: 100%;
  margin-top: 40px;
  font-size: 20px;
  border: 0;
  font-family: 'Kanit', sans-serif;
  border-radius: 2px;
  padding: 10px 10px;
  color: #fff;
  background-color: #7e3e98;
  cursor: pointer;
}
