@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");

html {
  font-size: 16px;
}

body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #f0f0f0;
  color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.container-wrapper {
  max-width: 320px;
  margin: 0 auto;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

input {
  outline: none !important;
}

.subtitle {
  font-size: 1.9rem;
  text-transform: uppercase;
  color: #4a4a4a;
  text-align: center;
  font-weight: 600;
}

.subtitle .big {
  font-size: 2.6rem;
  font-weight: 900;
}

p {
  line-height: 1.5;
  font-size: 1.15rem;
  margin: 0;
}

.text-highlight {
  color: #308bdd;
}

.text-center {
  text-align: center;
}

.flex-grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.close-icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 10px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.close-icon div {
  position: relative;
  width: 100%;
  height: 100%;
}

.close-icon div:after,
.close-icon div:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 14%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 22px;
  height: 3px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.close-icon div:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-icon div:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.logo {
  text-align: center;
  padding: 1rem 0;
}

.logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 120px;
}

.disclaimer {
  padding: 1.5rem 0.5rem 0.5rem;
  font-size: 0.85rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

@media (max-width: 767px) {
  .subtitle {
    font-size: 1.7rem;
  }

  .subtitle .big {
    font-size: 2.3rem;
  }

  .no-mobile {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .no-tablet {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .tablet {
    display: none !important;
  }
}
.iti-mobile .intl-tel-input .country-list .country{
  padding: 3px !important;
}
.button,
.button:hover,
.button:active,
.button:focus {
  outline: none !important;
  background-color: transparent;
  border: none;
  font-family: "Lato", sans-serif;
  cursor: pointer;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  padding: 15px 30px;
  text-align: left;
  font-size: 1rem;
  width: 100%;
  position: relative;
}

.button-full,
.button-full:hover,
.button-full:focus,
.button-full:active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: white;
  background-color: #308bdd;
  border-radius: 5px;
  font-weight: 400;
}

.button-full:hover {
  background-color: #308bdd;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.button-full:active {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.button-full small {
  font-size: 0.8em;
  opacity: 0.6;
}

.button-full:after {
  content: url(../../images/icons/play.png);
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#register {
  max-width: 300px;
  max-height: 600px;
  margin: 0 auto;
  background-color: #fff;
  background-image: url("../../images/form-background.png");
  background-repeat: no-repeat;
  padding: 1rem 1rem 1.5rem;
  border-radius: 5px;
}

#register h2 {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 3rem;
  color: #0d0c0a !important;
}

#register .age {
  font-size: 0.85rem;
  color: #000;
}
#register .form-group-row{
  display: flex;
  justify-content: space-between;
}
#register .form-group-row .form-group{
  width: calc(50% - 0.4rem);
}
#register .form-group {
  margin: 0;
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;

}
#register .form-group.checkbox{
  padding-bottom: 0;
}

#register .form-group-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#register .form-group-container .form-group:first-child:not(:last-child) {
  margin-right: 1rem;
}

#register .buttongroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 1rem;
}

#register .buttongroup button {
  width: 50%;
  background: transparent;
  border: 1px solid #dfdfe7;
  color: #000000;
  font-family: inherit;
  outline: none;
  text-transform: uppercase;
  font-size: 0.8rem;
  cursor: pointer;
  display: block;
  padding: 0.6rem;
  outline: none;
}

#register .buttongroup button:first-child {
  border-radius: 5px 0 0 5px;
}

#register .buttongroup button:last-child {
  border-radius: 0 5px 5px 0;
  border-left: none;
}

#register .buttongroup button.selected {
  background: #308bdd;
  border-color: #308bdd;
  color: #fff;
}

#register .show-password {
  outline: none !important;
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.2rem;
  width: 3rem;
  opacity: 0.3;
}

#register .show-password.visible {
  opacity: 1;
}

#register .flag-container {
  outline: none !important;
  height: 100%;
  max-height: 2.2rem;
}

#register .selected-flag {
  outline: none !important;
  position: relative;
  top: 0px !important;
}



#register input:not([type="checkbox"]) {
  width: 100%;
}

#register input {
  height: 2.2rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  color: #000;
  border: none;
  background: transparent;
  border-bottom: 1px solid #eaeaec;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  padding: 0;
}
#register input[type="hidden"]{
  display: none;
}


#register input::placeholder {
  color: #000;
  opacity: 1;
}

#register input:disabled::placeholder {
  color: #ccc !important;
}
#register input.error {
  color: #308bdd;
}

#register input.error::-webkit-input-placeholder {
  color: #308bdd;
}

#register input.error::-moz-placeholder {
  color: #308bdd;
}

#register input.error::-ms-input-placeholder {
  color: #308bdd;
}

#register input.error::placeholder {
  color: #308bdd;
}


#register .rules{
  font-size: 0.75rem !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -10px;
    margin-bottom: 10px;
}
#register .rules li {
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  width: 100%;
  margin-bottom: 3px;
}

#register .rules li i {
  margin-right: 5px;
  font-size: 0.85rem;
}

#register .rules li i:before {
  font-size: 0.8em;
}

#register .rules li.valid {
  color: #80af1d;
}

#register .rules li.invalid {
  color: #f00;
}

#register .rules li.invalid i:before {
  opacity: 1 !important;
}

#register label.error {
  font-size: 0.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f00;
  width: 100%;
  position: relative;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  position: absolute;
  left: 0;
  top: 2.35rem;
}

#register label.error img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 1rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#register label.error[for=password] {
  color: white;
}

#register label.error[for=password].error-correct {
  color: #308bdd;
}

#register label.error[for=password].error-correct img {
  visibility: visible;
  opacity: 1;
}

#register label.error[for=accept_terms] {
  text-align: center;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 8px;
  margin: 0 !important;
  font-size: 0.85rem;
  padding: 0;
  top: auto;
}

#register .currency-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#register .currency-container .currency-label,
#register .currency-container .selected-currency,
#register .currency-container .currency-list label {
  color: #0d0c0a;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

#register .currency-container .currency-label {
  margin-right: 12px;
}

#register .currency-container .currency-select {
  position: relative;
}

#register .currency-container .currency-select .selected-currency {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 12px;
  cursor: pointer;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

#register .currency-container .currency-select .selected-currency span {
  width: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#register .currency-container .currency-select .selected-currency img {
  margin-right: 15px;
}

#register .currency-container .currency-select .selected-currency svg {
  height: 8px;
  width: auto;
  fill: #0d0c0a;
}

#register .currency-container .currency-select .selected-currency:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#register .currency-container .currency-select .currency-list {
  position: absolute;
  z-index: 3;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  opacity: 0;
  visibility: hidden;
}

#register .currency-container .currency-select .currency-list li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#register .currency-container .currency-select .currency-list li label {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 12px;
  color: #0d0c0a;
}

#register .currency-container .currency-select .currency-list li label input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin: 0;
}

#register .currency-container .currency-select .currency-list li label img {
  margin-left: 15px;
}

#register .currency-container .currency-select .currency-list li:hover {
  background-color: #f7f7f7;
}

#register .currency-container .currency-select:hover .currency-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#register .currency-container img {
  height: 15px;
  width: auto;
}

#register .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #0d0c0a;
  cursor: pointer;
}

#register .form-check-label a {
  color: #308bdd;
  text-decoration: underline;
}

#register .form-check-label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}

#register .form-check-label .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 15px;
  height: 15px;
  margin-right: 15px;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: solid 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  padding-bottom: 0;
}

#register .form-check-label .custom-checkbox:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  left: 2px;
  top: 2px;
  border-radius: 3px;
  background-color: #308bdd;
  opacity: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#register .form-check-label input[type=checkbox]:checked+.custom-checkbox:after {
  opacity: 1;
}

#register .disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.register-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 20px;
  width: 420px;
}

.es #register .buttongroup button {
  padding: 0.2rem 0.2rem;
  font-size: 1rem;
}