
@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
body{
 
    background: url(asky.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
}
  .login-page{
    max-width: 400px;
	/* width: 300px; */
    /* margin: 0 auto; */
	position: absolute;
    top: 200%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #333;    
    /* text-align: center; */
	/* margin: 1.5vw 5vw; */
	/* padding: 1.5em; */
    
  }
  .login-page h1{
    float: left;
    font-size: 40px;
    font-style: oblique;
    border-bottom: 3px solid #bf882d;
    margin-bottom: 10px;
    padding: 10px 0px;
  }
  .login-page h3{
    float: left;
    font-size: 20px;
    font-style:inherit;
    padding: 0%;
  }
.textbox{
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  padding: 6px 0;
  margin: 8px 0;
  border-bottom: 1px solid #bf882d;
}
h1 {
  width: 100%;
  text-align: center;
  color: rgb(248, 246, 246);
  padding: 10%;

}
h3 {
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration:solid;
}
.textbox i{
  width: 30px;
  float: left;
  text-align: center;
  
}
.textbox input{
  border: none;
  outline: none;
  background: none;
  font-size: 18px;
  width: 80%;
  float: left;
  margin: 0 10px;
}
.btn{
  width: 100%;
  background:none ;
  border: 2px solid #bf882d;
  color: #f2faf2;
  padding: 5px;
  font-size: 20px;
  cursor: pointer;
  margin: 12px 0;
}
.login-page{
  position:absolute; 
  width: 90%;
  max-width: 600px;
  padding: 0px 50px 30px;
  background: #c68a316b;
  border-radius: 10px;
  color: #333;
  box-shadow: 60px 50px 50px rgba(0,0,0,0.5);
  border-color: #3a3f3a;
  border-style:inset;
}

