/* set form background colour*/
.login-wrapper {
  background-image: url("../img/par.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-form {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
form {
  background-color: rgba(44, 62, 0, 0.7);
}
/* set padding and size of th form */
.form-container {
  border-radius: 10px;
  padding: 30px;
}
label {
  color: white;
}
.login {
  text-decoration: underline;
}
.login1 {
  padding-top: 150px;
}
.form-container {
  border-radius: 8px;
  padding: 35px;
  box-shadow: -9px -9px 9px #aaa9a9a2, 3px 3px 7px rgba(147, 149, 151, 0.671);
}
.fontuser {
  position: relative;
}
.fontuser i {
  position: absolute;
  left: 15px;
  top: 40px;
  margin-top: 10px;
  /* color: gray; */
}
.fontpassword {
  position: relative;
}
.fontpassword i {
  position: absolute;
  left: 15px;
  top: 40px;
  margin-top: 10px;
  /* color: gray; */
}
button:hover {
  opacity: 0.8;
}
input[type='text'],
input[type='password'] {
  width: 100%;
  padding: 12px 40px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
