@media only screen and (max-width: 991px) {
  .login .cols:first-child {
    display: none;
  }
  .login-gorm {
    min-width: 300px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    position: fixed;
    top: calc(50% - 40%);
    left: calc(50% - 40%);
    width: 80%;
    -webkit-box-shadow: 0 0 4px #cccccc73;
            box-shadow: 0 0 4px #cccccc73;
    overflow: auto;
    height: 80%;
  }
}
/*# sourceMappingURL=responsive-auth.css.map */