.login__wrapper {
  width: 100%;
  padding-top: 50px;
  padding-left: 70px;
  padding-bottom: 45px;
  padding-right: 35px; }
  .login__wrapper .login__form {
    margin-top: 45px;
    width: 100%; }
    .login__wrapper .login__form form {
      margin-top: 25px; }
      .login__wrapper .login__form form .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 540px; }
        .login__wrapper .login__form form .bottom .container__check {
          margin-bottom: 0px; }
        .login__wrapper .login__form form .bottom > a {
          color: #D00;
          font-weight: bold; }
      .login__wrapper .login__form form .social {
        margin-top: 15px;
        max-width: 540px; }
        .login__wrapper .login__form form .social > p {
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0px;
          font-weight: 600; }
          .login__wrapper .login__form form .social > p a {
            display: inline-flex;
            align-items: center;
            justify-content: center; }
            .login__wrapper .login__form form .social > p a img {
              margin-left: 10px;
              min-width: 20px;
              max-width: 20px; }
      .login__wrapper .login__form form .other__options {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 15px;
        max-width: 540px; }
        .login__wrapper .login__form form .other__options > a {
          font-size: 20px;
          line-height: 26px;
          color: #000;
          border: 1px solid #cecece;
          padding: 10px 20px;
          border-radius: 5px;
          padding-bottom: 10px;
          min-width: 240px;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 0px;
          transition: .3s ease all; }
          .login__wrapper .login__form form .other__options > a span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 10px;
			vertical-align: text-top;
			}
          .login__wrapper .login__form form .other__options > a span img {
            max-height: 30px; }
          .login__wrapper .login__form form .other__options > a:hover {
            opacity: .7; }
      .login__wrapper .login__form form .or {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 540px;
        margin: 25px 0px; }
        .login__wrapper .login__form form .or > p {
          white-space: nowrap;
          font-size: 16px;
          line-height: 24px;
          text-transform: uppercase;
          color: #000;
          margin: 0px 15px; }
        .login__wrapper .login__form form .or > span {
          width: 100%;
          min-height: 1px;
          background-color: rgba(0, 0, 0, 0.6); }
      .login__wrapper .login__form form .group__submit {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 540px;
        margin-top: 25px; }
        .login__wrapper .login__form form .group__submit button {
          font-size: 20px;
          line-height: 26px;
          color: #fff;
          background-color: #000;
          padding: 10px 20px;
          border-radius: 5px;
          padding-bottom: 10px;
          cursor: pointer;
          border: 0px;
          min-width: 100%;
          text-decoration: none;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: .3s ease all; }
          .login__wrapper .login__form form .group__submit button:hover {
            opacity: .7; }
      .login__wrapper .login__form form > .group__input {
        width: 100%;
        max-width: 540px;
        margin-bottom: 15px; }
        .login__wrapper .login__form form > .group__input > p {
          margin-top: 0px;
          margin-bottom: 5px;
          font-size: 16px;
          line-height: 24px; }
        .login__wrapper .login__form form > .group__input > input {
          width: 100%;
          height: 42px;
          border: 1px solid #cecece;
          border-radius: 4px;
          font-size: 15px;
          line-height: 20px;
          outline: none;
          padding-left: 12px;
          padding-right: 12px; }
    .login__wrapper .login__form > p {
      margin: 0px;
      font-size: 18px;
      line-height: 26px; }
    .login__wrapper .login__form > h2 {
      margin-bottom: 0px;
      margin-top: 0px;
      font-family: "League", sans-serif;
      font-weight: 500;
      font-size: 40px;
      line-height: 48px; }
  .login__wrapper > h2 {
    margin-bottom: 35px;
    margin-top: 0px;
    font-family: "League", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px; }
  .login__wrapper .customer .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0px; }
    .login__wrapper .customer .btn > a {
      font-size: 20px;
      line-height: 26px;
      color: #000;
      border: 1px solid #cecece;
      padding: 10px 10px;
      border-radius: 5px;
      padding-bottom: 10px;
      min-width: 200px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0px;
      transition: .3s ease all; }
      .login__wrapper .customer .btn > a:hover {
        opacity: .7; }

 .sign__wrapper .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0px; }

    .sign__wrapper .btn > a {
      font-size: 20px;
      line-height: 26px;
      color: #000;
      border: 1px solid #cecece;
      padding: 10px 10px;
      border-radius: 5px;
      padding-bottom: 10px;
      min-width: 200px;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0px;
      transition: .3s ease all; }
      .sign__wrapper .btn > a:hover {
        opacity: .7; }


  .login__wrapper .customer > h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
    font-family: "League", sans-serif; }
  .login__wrapper .customer > p {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 26px; }
    .login__wrapper .customer > p span {
      font-weight: bold; }

.sign__wrapper {
  width: 100%;
  padding-top: 50px;
  padding-left: 70px;
  padding-bottom: 45px;
  padding-right: 35px; }
  .sign__wrapper form {
    padding: 25px 25px;
    border: 1px solid #cecece;
    border-radius: 15px;
    margin-top: 35px;
    max-width: 740px; }
    .sign__wrapper form .group__submit {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 25px; }
      .sign__wrapper form .group__submit > button {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        background-color: #000;
        padding: 10px 20px;
        border-radius: 5px;
        padding-bottom: 10px;
        cursor: pointer;
        border: 0px;
        min-width: 100%;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: .3s ease all; }
        .sign__wrapper form .group__submit > button:hover {
          opacity: .7; }
    .sign__wrapper form .topic {
      padding: 20px 15px;
      border: 1px solid #cecece;
      margin-bottom: 20px;
      border-radius: 15px; }
      .sign__wrapper form .topic .fields > .group__input {
        margin-bottom: 15px; }
        .sign__wrapper form .topic .fields > .group__input > select {
          width: 100%;
          height: 42px;
          border: 1px solid #cecece;
          border-radius: 4px;
          font-size: 15px;
          line-height: 20px;
          outline: none;
          padding-left: 12px;
          padding-right: 12px;
          -webkit-appearance: none;
          -moz-appearance: none;
          text-indent: 1px;
          background: url(../img/arrowdown.png);
          background-repeat: no-repeat;
          background-size: 12px;
          background-position: calc(100% - 10px);
          text-overflow: ''; }
        .sign__wrapper form .topic .fields > .group__input:last-child {
          margin-bottom: 0px; }
        .sign__wrapper form .topic .fields > .group__input > input {
          width: 100%;
          height: 42px;
          border: 1px solid #cecece;
          border-radius: 4px;
          font-size: 15px;
          line-height: 20px;
          outline: none;
          padding-left: 12px;
          padding-right: 12px; }
        .sign__wrapper form .topic .fields > .group__input > p {
          margin-top: 0px;
          margin-bottom: 5px;
          font-size: 16px;
          line-height: 24px; }
          .sign__wrapper form .topic .fields > .group__input > p span {
            color: red; }
      .sign__wrapper form .topic .head {
        margin-bottom: 15px; }
        .sign__wrapper form .topic .head > p {
          font-size: 24px;
          line-height: 32px;
          color: #000;
          font-weight: 600;
          font-family: "League" ,sans-serif; }
    .sign__wrapper form > span {
      display: block;
      text-align: right;
      font-size: 16px;
      margin-bottom: 15px;
      line-height: 24px; }
      .sign__wrapper form > span span {
        color: red; }
  .sign__wrapper > h2 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: "League", sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px; }
  .sign__wrapper > p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px; }
    .sign__wrapper > p a {
      text-decoration: underline; }
    .sign__wrapper > p span {
      font-weight: bold;
      color: red; }

@media (max-width: 1200px) {
  .sign__wrapper > h2 {
    font-size: 40px;
    line-height: 48px; }

  .sign__wrapper {
    padding: 0px;
    padding-bottom: 50px; }

  .sign__wrapper form {
    max-width: 100%; }

  .login__wrapper .login__form > p {
    font-size: 16px;
    line-height: 24px; }

  .login__wrapper .login__form > h2 {
    font-size: 32px;
    line-height: 40px; }

  .login__wrapper {
    padding: 0px;
    padding-bottom: 50px; }

  .login__wrapper > h2 {
    margin-bottom: 15px;
    font-size: 40px;
    line-height: 48px; }

  .login__wrapper .customer > h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px; }

  .login__wrapper .customer > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }

  .login__wrapper .customer .btn {
    margin-top: 25px; } }
@media (max-width: 767px) {
  .sign__wrapper form {
    padding: 20px 15px; }

  .sign__wrapper form .topic .head > p {
    font-size: 20px;
    line-height: 28px; }

  .login__wrapper .login__form form .social > p {
    font-size: 14px;
    line-height: 18px; }

  .login__wrapper .login__form form .other__options > a {
    font-size: 17px;
    line-height: 23px; }

  .login__wrapper .login__form form .other__options > a {
    min-width: 0px; }

  .login__wrapper .customer .btn > a {
    width: 100%; } }

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