* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  position: relative;
  font-family: Roboto, sans-serif;
  background: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  /*min-height: 650px;*/
  min-height: 870px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.logo {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
}

.logo img {
  height: 60px;
  width: auto;
  filter: brightness(0) invert(1) drop-shadow(0px 0px 2px #000);
}

.content {
  background-color: #e9e9e9;
  width: 100%;
  max-width: 460px;
  position: absolute;
  left: 50%;
  top: 170px;
  transform: translateX(-50%);
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .8);
  border-radius: 0;
}

.bar-container {
  background: rgba(255, 79, 137, .1);
  height: 10px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px
  }

.bar {
  background-color: #ff4f89; 
  height: 10px;
  width: 0%;
  border-radius: 10px;
  transition: width 400ms;
}

#regForm {
  /*margin: 0 auto;*/
  padding: 0;
  max-width: 100%;
}

.startregisterselection {
  width: 80%;
  margin: 0 auto;
  opacity: 0;
}

input,
select {
  background: #ffffff;
  padding: 10px 20px 10px 0;
  text-indent: 20px;
  height: 53.5px;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 15px !important;
  border: 1px solid #aaaaaa;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 1px solid #ddd;
}

.agreement-checkbox-firstlabel input[type="checkbox"] { 
  appearance: auto;
}

.select-container, .select-containertwo {
  position:relative; 
  display: inline;
}

.select-container:after, .select-containertwo:after {
  content:""; 
  width:0; 
  height:0; 
  position:absolute; 
  pointer-events: none;
}

.select-container:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 0;
  right: 20px;
  border-top: 8px solid black;
  opacity: 1;
}

.select-containertwo:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 22px;
  right: 20px;
  border-top: 8px solid black;
  opacity: 1;
}

select::-ms-expand {
    display: none;
}

/*input:focus,
select:focus {
  border: 1px solid #ff4e8c;
  box-shadow: 0 0 1px #ff4e8c;
}*/

.step {
  display: none;
}

.step.active {
  display: block;
}

.finalcontent {
  display: none;
  width: 80%;
  margin: 0 auto;
  opacity: 0;
}

.buttonnext {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}

button {
  border: none;
  box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.2);
  background-image: url(../images/background-btn.webp) !important;
  background-position: center;
  background-size: cover;
  background-color: transparent;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border: none;
  outline: none;
  width: 100%;
  height: 53.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.terms {
  display: none;
  text-align: center;
  padding: 15px 20px 0;
  font-size: 12px;
  line-height: 22px;
}

.terms a {
  font-size: 12px;
  color: #fff;
  text-decoration: underline;
}

#errors {
  display: none;
}

#errors {
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
  margin-top: -5px;
  margin-bottom: 15px;
}

.show-block {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: show-data 2s 1;
  animation: show-data 2s 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@-webkit-keyframes show-block {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes show-block {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/**
 * Oauth buttons
 */

.btn-con.oauth .btn.btn-microsoft-oauth {
  border: solid 1px #2f2f2f;
  background: #2f2f2f;
  color: #fff
}

.btn-con.oauth .btn.btn-microsoft-oauth span.icon-bg {
    border: 2px solid #2f2f2f;
}

.btn-con.oauth .btn.btn-microsoft-oauth i.icon {
  left: 12px;

}

.btn-con.oauth .btn.btn-microsoft-oauth span:last-child {
  font-weight: 300;
}

.btn-con.oauth .btn.btn-google-oauth, .btn-con.oauth .btn.btn-yahoo-oauth, .btn-con.oauth .btn.btn-microsoft-oauth {
  width: 338px;
}

.btn-con.oauth .btn.btn-otheremails-oauth {
  max-width: 100%;
  width: 338px;
  padding: 15px;
  border-radius: 0;
  position: relative;
  margin: 5px auto 0;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.btn-con.oauth .btn.btn-otheremails-oauth {
  border: solid 1px #000;
  background: #fff;
  color: #000;
}

.btn-con.oauth .btn.btn-otheremails-oauth span.icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 46px;
  height: 100%;
  background: #fff;
}

.btn-con.oauth .btn.btn-otheremails-oauth span.icon-bg {
  border: 2px solid #fff;
}

.btn-con.oauth .btn.btn-otheremails-oauth i.icon {
  z-index: 10;
  width: 30px;
  position: absolute;
  height: 19px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;    
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.cancel-oauth-wrap a.turn-back-yahoo {
  display: none;
}

.link-back span {
  cursor: pointer;
  color: #ffffff;
  font-size: 13px;
}

.link-back span:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {

  body {
    position: relative;
    min-height: 750px;
  }

  .bodymobile {
    min-height: 600px;
  }

  .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
  }

  .logo img {
    height: 50px;
  }

  .logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
  }

  .logo img {
    height: 50px;
  }

  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }

  .content {
    background-color: #e9e9e9;
    width: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 15px;
  }

  .startregisterselection,
  .finalcontent {
    width: 90%;
  }

  #errors {
    font-size: 14px;
  }

}

@media only screen and (max-width: 410px) {
  input,
  select {
    font-size: 16px;
  }

  input,
  select {
    text-indent: 15px;
  }

  .select-container:after {
    right: 15px;
  }

  .select-containertwo:after {
    right: 15px;
  }
  

}

@media only screen and (max-width: 360px) {
  main h2 {
    font-size: 15px;
  }

}

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.country {
  width: calc(30% - 10px);
}
.region {
  width: 70%;
}
.full {
  width: 100%;
}

.hidden {
  display: none;
}
