html, body {
  height: 100%;
  min-height: 100%;
}

.body-wrapper {
  background-color: #fff;
  height: 100%;
  min-height: 100%;
}

.row-wrapper {
  height: 100%;
}

.col-wrapper {
  height: 100%;
}

.login-bg {
  height: 100%;
  background: url(../img/illustration.png) no-repeat;
  background-size: cover;
}

.login-padding-double {
  padding: 20px;
}

.login-select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-top: 50px;
}
.login-select__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}
.login-select__suptitle {
  font-size: 14px;
  font-weight: 300;
  color: #333;
}
.login-select__gisp {
  height: 88px;
}
.login-select__gisp:hover {
  background: gray;
}
.login-select__gisp-i {
  height: 48px;
  padding-right: 15px;
  float: left;
}
.login-select__gisp-t {
  color: #333;
  padding-top: 14px;
  font-weight: 300;
  font-size: large;
}
.login-select__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.login-select__form input[type="text"], .login-select__form input[type="password"] {
  font-family: inherit;
  border: 1px #d2d2d2 solid;
  width: 100%;
  padding: 6px 10px;
  line-height: 30px;
  border-radius: 0px;
  margin-bottom: 15px;
}
.login-select__form-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #8a5d4a !important;
  font-size: 20px;
  font-family: inherit;
  font-weight: normal;
  color: #fff;
  padding: 10px 10px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .row-wrapper, .col-wrapper {
    height: 80%;
  }

  .login-bg {
    height: 100%;
    width: 100%;
    background: url(../img/illustration.png) no-repeat;
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .row-wrapper, .col-wrapper {
    height: 70%;
  }
}

/*# sourceMappingURL=log-style.css.map */
