.login-box {
  width: 250px;
  position: relative;
  margin: 0 auto;
  top: 30%; }
  .login-box .main-logo-box {
    width: 250px;
    margin-bottom: 40px; }
    .login-box .main-logo-box img {
      width: 100%; }
  .login-box input {
    width: 100%;
    text-indent: 10px;
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(242, 242, 242, 0.2);
    transition: .2s ease all;
    color: #fff; }
    .login-box input.login-email {
      height: 48px; }
    .login-box input.login-pass {
      margin-top: 10px;
      height: 40px; }
  .login-box button.login-submit {
    border-radius: 0;
    width: 100%;
    line-height: 40px;
    padding: 0;
    border: none;
    font-weight: bolder;
    margin-top: 30px;
    background-color: #0090ec !important;
    color: #fff; }

/*# sourceMappingURL=login-page.css.map */