.registration-page{
  margin-bottom: 0px;}
  
      h2.form-title > span {
      font-size: 20px;
      color: var(--white-color);
  }
  
      .no-paddding-left {
      padding: 6px 30px 6px 0px !important;
  
  }
  
  .form-select:disabled {
      background-color: transparent;
      filter: saturate(0.1);
      opacity: .5;
  }

  .signup-form span.info_insert {
    color: #fff;
    margin: -20px 0px 20px 0px;
    display: block;
}
  
  .signup-form span.input-group-text {
      position: absolute;
      width: 30px;
      height: 35px;
      right: 0px;
      bottom: 0px;
      background: transparent;
      color: var(--secondary-color);
  }
  
  a:focus, a:active {
    text-decoration: none;
    outline: none;
    transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s; }
  
  input, select, textarea {
    outline: none;
    appearance: unset !important;
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    -o-appearance: unset !important;
    -ms-appearance: unset !important; }
  
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    -o-appearance: none !important;
    -ms-appearance: none !important;
    margin: 0; }
  
  input:focus, select:focus, textarea:focus {
    outline: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important; }
  
  input[type=checkbox] {
    appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    -ms-appearance: checkbox !important; }
  
  input[type=radio] {
    appearance: radio !important;
    -moz-appearance: radio !important;
    -webkit-appearance: radio !important;
    -o-appearance: radio !important;
    -ms-appearance: radio !important; }
  
  img {
    max-width: 100%;
    height: auto; }
  
  figure {
    margin: 0; }
  
  .signup-image img {
      max-width: 500px;
  }
  
  .label-sostitute {
      color: var(--white-color);
      margin-bottom: 0px;
  }
  
  .container {
    width: 900px;
    background: #ffffff30;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    }
  
  .display-flex {
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-justify-content: space-between;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
  
  .display-flex-center {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    -o-align-items: center;
    -ms-align-items: center; }
  
  .position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  
  .signup {
    margin: 70px 0px;
    display: block;
    }
  
  .signup-content {
  
    }
  
  .form-title {
    margin: 0px 20px;
    color: var(--secondary-color);
    line-height: 1em;
    padding: 0;
    font-weight: 600;
    font-size: 56px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    background: #ffffff24;
    padding: 6px 12px;
    }
  
  .title-bonus {
    margin: 0px 20px;
    color: var(--secondary-color);
    line-height: 1em;
    padding: 0;
    font-weight: 600;
      text-align: center;
    font-size: 56px;
    font-family: var(--primary-font);
    text-transform: uppercase;
    }
  
  .subtitle-bonus{
      font-family: var(--secondary-font);
      color: var(--white-color);
      font-size: 18px;
      text-align: center;
  }
  
  .signup-image {
    padding-top: 30px;
    padding-bottom: 30px;
    background: url(https://ellybet.com/storage/img/registration/promo-bg-sport.png);
    background-position: center;
    background-size: cover;
    }
  
  figure {
    margin-bottom: 0px;
    text-align: center;
    }
  
  .form-submit {
    display: inline-block;
    background: var(--primary-color);
    color: var(--white-color);
    border-bottom: none;
    width: auto;
    padding: 15px 39px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    border-radius: 5px;
    margin-top: 0px;
    cursor: pointer;
    }
    .form-submit:hover {
      background: #4292dc; }
  
  #signin {
    margin-top: 16px; }
  
  .signup-image-link {
    font-size: 14px;
    color: #222;
    display: block;
    text-align: center; }
  
  .term-service {
    color: var(--secondary-color);
    }
  
  .signup-form {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }
  
  .register-form {
    width: calc(100% - 40px);
    margin: 20px;
    }
  
  .form-group {
    position: relative;
    margin-bottom: 25px;
    overflow: hidden; }
    .form-group:last-child {
      }
  
  input {
    width: 100%;
    display: block;
    background: transparent;
    border: none;
    color: var(--secondary-color);
    border-bottom: 1px solid var(--white-color);
    padding: 6px 30px;
    box-sizing: border-box;
    }
    input::-webkit-input-placeholder {
      color: var(--white-color) }
    input::-moz-placeholder {
      color: var(--white-color) }
    input:-ms-input-placeholder {
      color: var(--white-color) }
    input:-moz-placeholder {
      color: var(--white-color) }
    input:focus {
      opacity: .6;
      }
      input:focus::-webkit-input-placeholder {
       }
      input:focus::-moz-placeholder {
        }
      input:focus:-ms-input-placeholder {
         }
      input:focus:-moz-placeholder {
       }
  
  input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    display: none; }
  
  input[type=checkbox]:not(old) + label {
    display: inline-block;
    line-height: 1.5em;
    margin-top: 6px;
    color: var(--white-color);
    }
  
  input[type=checkbox]:not(old) + label > span {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 15px;
    margin-bottom: 5px;
    border: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    background: white;
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: -webkit-linear-gradient(white, white);
    background-image: linear-gradient(white, white);
    vertical-align: middle;
    }
  
  input[type=checkbox]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(white, white);
    background-image: -ms-linear-gradient(white, white);
    background-image: -o-linear-gradient(white, white);
    background-image: -webkit-linear-gradient(white, white);
    background-image: linear-gradient(white, white); }
  
  input[type=checkbox]:not(old):checked + label > span:before {
    content: '';
    border: solid var(--bg-body);
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 3px;
    padding: 3px 3px 9px 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    }
  
  select.form-select {
      width: 100%;
      display: block;
      background-color: transparent;
      border: none;
      color: var(--secondary-color);
      border-bottom: 1px solid var(--white-color);
      padding: 6px 30px;
      box-sizing: border-box;
      border-radius: 0px;
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="%23fff"><path d="M 4.21875 10.78125 L 2.78125 12.21875 L 15.28125 24.71875 L 16 25.40625 L 16.71875 24.71875 L 29.21875 12.21875 L 27.78125 10.78125 L 16 22.5625 Z"/></svg>');
  }
  
  
  .form-group.date select:last-child {
      width: 33.3333%;
      margin-right: 0px;
  }
  .form-group.date select {
      width: calc(33.3333% - 10px);
      margin-right: 10px;
      padding: 6px 30px 6px 0px;
  }
  .form-group.date {
      display: flex;a
      align-items: center;
      margin-bottom: 45px;
  }
  
  
  .agree-term {
    display: inline-block;
    width: auto; }
  
  label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    color: #222; }
  
  .label-has-error {
    top: 22%; }
  
  label.error {
    position: relative;
    background: url("../images/unchecked.gif") no-repeat;
    background-position-y: 3px;
    padding-left: 20px;
    display: block;
    margin-top: 20px; }
  
  label.valid {
    display: block;
    position: absolute;
    right: 0;
    left: auto;
    margin-top: -6px;
    width: 20px;
    height: 20px;
    background: transparent; }
    label.valid:after {
      font-family: 'Material-Design-Iconic-Font';
      content: '\f269';
      width: 100%;
      height: 100%;
      position: absolute;
      /* right: 0; */
      font-size: 16px;
      color: green; }
  
  .label-agree-term {
    position: relative;
    color: var(--white-color);
    top: 0%;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    }
  
  .material-icons-name {
    font-size: 18px; }
  
  .signin-content {
    padding-top: 67px;
    padding-bottom: 87px; }
  
  
  .signin-form {
    margin-right: 90px;
    margin-left: 80px; }
  
  .signin-image {
    margin-left: 110px;
    margin-right: 20px;
    margin-top: 10px; }
  
  
  .form-group.form-button {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  
  @media screen and (max-width: 1200px) {
    .container {
      width: calc( 100% - 30px);
      max-width: 100%; } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: 1200px; } }
  @media screen and (max-width: 768px) {
    .signup-content, .signin-content {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column;
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center; }
  
    .signup-form {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0px;
      /* box-sizing: border-box; */
      padding: 0 30px; }
  
    .signin-image {
      margin-left: 0px;
      margin-right: 0px;
      margin-top: 50px;
      order: 2;
      -moz-order: 2;
      -webkit-order: 2;
      -o-order: 2;
      -ms-order: 2; }
      
  
    .signup-form, .signup-image, .signin-form, .signin-image {
      width: auto;
      padding: 20px 5px;
      }
  
    .social-login {
      justify-content: center;
      -moz-justify-content: center;
      -webkit-justify-content: center;
      -o-justify-content: center;
      -ms-justify-content: center; }
  
    .form-button {
      text-align: center; }
      
      
  
    .signin-form {
      order: 1;
      -moz-order: 1;
      -webkit-order: 1;
      -o-order: 1;
      -ms-order: 1;
      margin-right: 0px;
      margin-left: 0px;
      padding: 0 30px; }
  
    .form-title {
      text-align: center;
      margin-top: 20px;
      font-size: 40px;
      }
  
      .signup-image img {
      display: none;
  }
  
  }
  @media screen and (max-width: 400px) {
    .social-login {
      flex-direction: column;
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -o-flex-direction: column;
      -ms-flex-direction: column; }
  
    .social-label {
      margin-right: 0px;
      margin-bottom: 10px; } }
  
  /*# sourceMappingURL=style.css.map */
  