
body{margin: 0px;background: url(login/bgimg.jpg);font-family: 'Kanit';    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;}
input, select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.f-login{height: 100%;
    position: relative;
    margin: auto;
    width: 90%;
    padding: 10px;}


.lo-full{
        position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    background: hsl(207deg 70% 51% / 95%);
    color: white;
    padding: 20px;
    transform: translateY(-50%);
    overflow: auto;
    border-radius: 7px;}
    .button {
    background-color: #004c886b;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    font-family: 'Kanit';
    border-radius: 5px;
    }
    .button:hover{background-color: #f4f4f46b;}
.t-login{width: 100%;text-align: center;}
    
@media screen and (min-width: 1200px){
.f-login{width: 30%}
}
@media screen and (min-width: 1600px){
.f-login{width: 20%}

}