body  {
  background-image: url("bgmoble.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Kanit';
}
.from-login{
	height:100%;
    position: relative;
    margin: auto;
    width: 99%;
    
}
.fromlogin01{
	    position: absolute;
    top: 38%;
    left: 20px;
    right: 20px;
    background:hsl(0deg 2.8% 26.51% / 4%);
    color: white;
    padding: 7px;
    transform: translateY(-50%);
    overflow: auto;
    border-radius: 10px;
}
.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.icon {
 padding: 10px;
    background: #014b948a;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  font-family: 'Kanit';
}

.input-field:focus {
  border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
  background-color: #0057ab;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-family: 'Kanit';
    border-radius: 3px;
}

.btn:hover {
  opacity: 1;
}
.t-login{text-align: center;
    font-size: 30px;
    font-weight: 600;}
@media screen and (min-width: 768px){
body{
background-image: url("xray06.jpg");
background-position: unset;

}
.from-login{width: 75%;}
.fromlogin01{top: 45%;}

}
@media screen and (min-width: 1024px){
body{
background-image: url("1024.jpg");
background-position: unset;

}
.fromlogin01{top: 60%;}
.from-login {width: 55%;}

}
@media screen and (min-width: 1280px){

	body{background-position: center;}
	.from-login {
    width: 35%;
}
}
@media screen and (min-width: 1600px){

	body{background-image: url("1904.jpg");}
	.fromlogin01 { top: 64%;}
	.from-login {
    width: 30%;
}
}