/* exhibitor login */
body,
html {
  height: 100%;
  margin: 0;
}



.exh-login-bg {
  background-image: url('../images/test-img/blur-fingpt.png');
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
} 

.shadow-lg {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-style input {
  border: 0;
  height: 40px;
  padding: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
}

.log-sub-btn {
  background-color: #00b8e6;
  color: #fff;
}

.form-style input:focus {
  border-bottom: 1px solid #00b8e6;
  box-shadow: none;
  outline: 0;
  background-color: none;
}

.sideline {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ccc;
}

button {
  height: 50px;
}

.wrong-pop {
  color: red;
}

.sideline:before,
.sideline:after {
  content: '';
  border-top: 1px solid #ebebeb;
  margin: 0 20px 0 0;
  flex: 1 0 20px;
}

.sideline:after {
  margin: 0 0 0 20px;
}

.exh-login-inner {
  width: 70%;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px #888888;
  border-radius: 8px;
  padding: 30px;
}

.exh-login-h3 {
  font-size: 20px;
}

.exh-login-p {
  font-size: 15px;
}

.form-group {
  font-size: 15px;
}

.for-pas {
  flex-direction: row-reverse;
}

@media (min-width: 320px) and (max-width: 480px) {
  .container img {
    margin-top: 5px;
  }
}

@media (min-width: 150px) and (max-width: 991px) {
  .exh-login-inner {
    width: 100%;
  }
}