.page-template-template-login {
  background: #000;
}

.wds-login-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wds-login-page .container {
  width: 74% !important;
  max-width: 1130px;
}
.wds-login-page .minor {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.wds-login-page .login-error {
  color: var(--brainbuffet-red);
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.wds-login-page .form-column .box {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wds-login-page .form-column form .box {
  padding: 0;
}
.wds-login-page .form-column .login-field {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wds-login-page .form-column .login-field .control_btn {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 0;
}
.wds-login-page .form-column .login-field .control_btn .button {
  display: block;
  width: 125px;
}
.wds-login-page .form-column .login-field .control_cbk {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.wds-login-page .pass-reset-column {
  background-color: #eee;
  display: none;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media (min-width: 768px) {
  .wds-login-page .pass-reset-column {
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}
.wds-login-page .minor .text-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  padding-left: 2.5rem;
  position: relative;
  z-index: 2;
}
.wds-login-page .minor .hero-body {
  padding: 0;
}
.wds-login-page .minor .text-box p {
  font-size: 69px;
  margin-top: 6rem;
}
.wds-login-page .major {
  padding: 45px 15px;
  width: 100%;
}
.wds-login-page .major .hero-body {
  padding: 0;
  margin: 0;
}
.wds-login-page .major .hero-body .form-column {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.29);
}
.wds-login-page .major .hero-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 768px) {
  .wds-login-page .major .hero-image {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
    transform: translate(5px, 0);
  }
}
.wds-login-page .major .hero-image:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  border-radius: 6px;
}
.wds-login-page .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wds-login-page .form-column .box {
  padding: 50px;
  height: 100%;
}
.wds-login-page .form-box {
  padding: 30px 70px;
}
.wds-login-page .social-media a {
  font-size: 64px;
  margin-right: 1.2rem;
  color: #4a4a4a;
  opacity: 1;
  -webkit-transition: 0.2s opacity linear;
  -o-transition: .2s opacity linear;
  transition: 0.2s opacity linear;
}
.wds-login-page .social-media a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.wds-login-page .form-box .control .button {
  background-color: #B50007;
  color: white;
  border-color: var(--brainbuffet-red);
  height: auto;
  -webkit-transition: 0.2s all linear;
  -o-transition: .2s all linear;
  transition: 0.2s all linear;
}
.wds-login-page .form-box .control .button:hover {
  background-color: #af0e14;
  border-color: #af0e14;
}
.wds-login-page .straight-line {
  border-top: 1px solid #BCBCBC;
  width: 70%;
}
.wds-login-page .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wds-login-page .form-box .box {
  padding: 2rem;
}
.wds-login-page button.link {
  border: none;
  color: #0066FF;
  font-size: 18px;
  font-weight: 700;
  background: none;
  cursor: pointer;
  padding-left: 0;
}
.wds-login-page button.link:hover {
  color: #3787FF;
  text-decoration: none;
}
.wds-login-page button.link:focus {
  color: #0051CB;
  text-decoration: none;
}
@media (max-width: 1025px) {
  .wds-login-page .minor .text-box p {
    font-size: 40px !important;
    margin-top: 3rem;
  }
  .wds-login-page .minor .text-box p span {
    font-size: 30px !important;
  }
  .wds-login-page .social-media {
    margin-bottom: 3rem;
  }
  .wds-login-page .social-media i {
    font-size: 40px;
  }
  .wds-login-page .minor .text-box {
    padding: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wds-login-page .minor {
    border-radius: 0;
  }
  .wds-login-page .field.is-grouped > .control.is-expanded {
    margin-right: 0;
  }
  .wds-login-page .form-box .control a {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
  .wds-login-page .form-box {
    padding: 1rem;
  }
  .wds-login-page .box {
    border-radius: 0;
  }
  .wds-login-page .hero-body {
    padding-right: 0;
    padding-left: 0;
  }
  .wds-login-page .minor {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .wds-login-page .container {
    width: unset !important;
  }

  .wds-login-page .major {
    padding: 0 !important;
  }
}

.wds-login-page .d-flex {
  border-radius: 0 10px 10px 0;
}

@media (max-width: 480px) {
  .wds-login-page .content {
    padding: 0 !important;
  }

  .wds-login-page .columns {
    display: flex;
    flex-direction: column-reverse;
  }

  .wds-login-page .minor .text-box p {
    margin-top: 1rem;
  }

  .wds-login-page .social-media {
    margin-top: 0 !important;
  }
}

.wds-login-page .social-media svg {
  color: white;
}