body.auth {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  background-image: url(../../images/login_auth_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.auth .page-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100vh;
  background: radial-gradient(#09B76B, green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.auth .page-wrapper > .title-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 50px;
  display: none;
  font-family: "Oswald", san-serif;
}
body.auth .page-wrapper > .title-container > h2 {
  color: #eee;
  margin: 0;
}
body.auth .page-wrapper > .title-container > h4, body.auth .page-wrapper > .title-container > p {
  margin: 5px 0;
  color: #ccc;
}
@media screen and (min-width: 992px) {
  body.auth .page-wrapper > .title-container {
    display: block;
  }
}
@media screen and (min-width: 993px) {
  body.auth .page-wrapper {
    background: rgba(0, 128, 0, 0.8);
  }
}
body.auth .modal .modal-dialog {
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-shadow: 0 14px 41px -5px rgba(0, 0, 0, 0.75);
          box-shadow: 0 14px 41px -5px rgba(0, 0, 0, 0.75);
}
body.auth .modal .modal-dialog .modal-content {
  border: unset;
}
body.auth .modal .modal-dialog .modal-content .modal-header, body.auth .modal .modal-dialog .modal-content .modal-footer {
  background-color: transparent;
}
body.auth .modal .modal-dialog .modal-content .modal-body {
  overflow: hidden;
}
body.auth .modal-title {
  font-family: "Oswald", san-serif;
  font-size: 35px;
  font-weight: bold;
  margin: auto;
  color: green;
  text-shadow: 1px 3px 4px black
}
.modal-content {
  background-color: #eee;
}

body.auth .form-icon > i {
  color: #ccc;
  position: absolute;
  left: 2px;
  top: 5px;
  z-index: 10;
  width: 33px;
  padding: 5px 10px;
  border-right: 1px solid #ccc;


}
body.auth input[type=text],
body.auth input[type=password] {



}

