@import "https://use.fontawesome.com/releases/v5.5.0/css/all.css";
body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: white;
	background: url(../images/background-icon.jpg) no-repeat fixed;
	background-size: cover;
	min-height: 100vh;
}
.login-box{
  width: 280px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}
.login-box h1{
  float: left;
  font-size: 40px;
  border-bottom: 3px solid #134563;
  margin-bottom: 30px;
  padding: 13px 0;
}
.textbox, .textbox1 {
  width: 100%;
  font-size: 20px;
  padding: 8px 0;
  margin: 8px 0;
  border-bottom: 1px solid #134563;
  display: flex;
  align-items: center;
}

.textbox i, .textbox1 i {
  width: 26px;
  text-align: center;
  margin-right: 10px;
}

.textbox input, .textbox1 input {
  border: none;
  outline: none;
  background: none;
  color: white;
  font-size: 18px;
  width: 80%;
  text-transform: lowercase;
}

.btn{
  width: 100%;
  height: 36px !important;
  background: none;
  border: 2px solid #134563;
  color: white;
  padding: 5px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 30px;
}