.authPage .row {
  margin-left: 0;
  margin-right: 0; }
.authPage .width-500 {
  width: 500px;
  min-width: 500px; }
.authPage__title {
  display: block;
  width: 100%;
  width: 335px; }
  .authPage__title h1 {
    color: white;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px; }
.authPage__bgColor {
  background: #0F0E0A; }
.authPage__bgImg {
  background: url("../../../img/bgAuth.jpg");
  width: 100%;
  height: 100%;
  background-size: cover; }
.authPage__logo {
  position: absolute;
  top: 100px;
  right: 5%;
  width: 400px;
  height: 50px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); }
.authPage .site-login {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center; }
.authPage form {
  width: 335px; }
  .authPage form .form-group {
    width: 100%; }
    .authPage form .form-group label {
      color: white;
      font-size: 14px; }
    .authPage form .form-group input {
      width: 100%;
      background: #2D2D2D;
      border-radius: 8px;
      color: white;
      border: 1px solid #2D2D2D;
      height: 48px;
      line-height: 48px; }
    .authPage form .form-group button {
      width: 100%;
      outline: none;
      border: none;
      margin-top: 10px; }

@media screen and (max-width: 991px) {
  .authPage__bgImg {
    background: none;
    display: none; }
  .authPage .width-500 {
    width: 100%;
    min-width: 100%; }
  .authPage__logo {
    right: 30%;
    top: calc(35% - 150px); } }

/*# sourceMappingURL=authPage.css.map */
