#body {
  background-image: url(../../../images/login.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center;
}

.bg {
  position: absolute;
  background: black;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0.5;
}

.login-container {
  width: 80%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  margin: auto;
}

#login-form {
  color: #393c41;
  width: 45%;
  margin: 15% auto;
  position: relative;
}

.box-input {
  display: flex;
  margin-bottom: 10px;
  height: 100%;
  overflow: hidden;
}

.heading-form {
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}

h2 {
  font-size: 38px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}

input[type="submit"] {
  margin-top: 0px;
  width: 100%;
  padding: 10px;
  font-size: 17px;
  border-radius: 6px;
  font-weight: bold;
  letter-spacing: 4px;
  font-weight: bold;
  text-transform: uppercase;
}

span.glyphicon.glyphicon-home {
  font-size: 16px;
}

.back {
  margin-top: 2px;
  padding: 11px 18px;
  border-radius: 6px;
}

.input {
  padding: 22px;
  border-radius: 6px;
  margin-bottom: 6px;
}

.error p {
  font-size: 14px;
}

.btn-primary {
  color: #fff;
  background-color: #008fdd !important;
}



@media only screen and (max-width: 600px) {
  #login-form {
    color: #393c41;
    margin-top: 67px;
    margin-left: 6%;
    width: 100%;
    padding: 17px;
    border-radius: 15px;
  }
}
