html {
  height: 100%;
  }

body {
  height: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  display: grid;
  justify-items: center;
  align-items: center;
  background-image: url("../assets/images/20190528093805b4376744dd36e11cf350fbdd2cd3e554-4-1904x1080.jpg");
  background-repeat:no-repeat;
  background-size:cover;
  background-color: #3a3a3a;
}

#main-holder {
  width: auto;
  height: auto;
  disp
  lay:grid;
  justify-items: center;
  align-items: center;
  background-color: white;
  border-radius: 7px;
  box-shadow: 0px 0px 5px 2px black;
  padding: 50px;
  text-align:center;
}

#login-error-msg-holder {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}

#login-error-msg {
  width: 40%;
  text-align: center;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #8a0000;
  border: 1px solid #8a0000;
  background-color: #e58f8f;
  opacity: 0;
}

#error-msg-second-line {
  display: block;
}

#login-form {
  align-self: flex-start;
  display: grid;
  justify-items: center;
  align-items: center;
}

.login-form-field::placeholder {
  color: #3a3a3a;
}

.login-form-field {
  border: none;
  border-bottom: 1px solid #3a3a3a;
  margin-bottom: 10px;
  border-radius: 3px;
  outline: none;
  padding: 0px 0px 5px 5px;
}

#login-form-submit {
  width: 100%;
  padding: 7px;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  background-color: #3a3a3a;
  cursor: pointer;
  outline: none;
}

.eye{
  width:1.25em;
  height:0.75em;
  position:relative;
  top: 10px;
  left: 60px;
  --background:#aaa;
  --color:#fff;
}

img {
	width: 60%;
	position:relative;
}