#layout {
  width: 100%;
  min-height: 100vh;
}

#login-form {
  margin: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
}

.img-holder {
  position: relative;
  min-height: auto;
  width: auto;
}

.form-content {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.home-logo {
  width: auto;
  height: auto;
  max-width: 200px !important;
}
.form-content input:hover,
.form-content input:focus,
.form-content .dropdown-toggle.btn-default:hover,
.form-content .dropdown-toggle.btn-default:focus {
  color: #000 !important;
  font-weight: 400;
}

.input-group .icon.lang_sel:before {
  content: "\f7a2";
}

.form-content .form-items {
  max-width: 60%;
  text-align: center;
}
#login-form.propform {
  max-width: 400px !important;
  margin: 0 auto;
}
