@import url('g-recaptcha.css');

.login-form-box {
  padding: 22px;
  max-width: 450px;
}

.login-form-box .hr-left {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  margin-left: auto;
}
.login-form-box .hr-right {
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  margin-right: auto;
}

.icon > div {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  margin: 4px;
}

.login-form-box .icon i {
  font-size: 28px;
}

.bg-rocket {
  background-image: url('img/login-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-send {
  background-image: url('img/send-login.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}