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

body,
html {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  text-shadow: 0 0 10px #000000;
}

.hidden {
  display: none !important;
}

.content {
  width: 90%;
  max-width: 380px;
  margin: 0 auto;
  padding: 0px;
}

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

input,
select {
  background: #ffffff;
  padding: 10px;
  height: 50px;
  width: 100%;
  margin: 0 auto 10px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif !important;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  outline: none;
  border: 1px solid #ddd;
}

select, 
input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.autocomplete-items {
  top: calc(100% - 15px);
}

.email-loader-container {
  top: calc(50% - 15px);
}

.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: 50%;
  transform: translateY(-50%);
  right: .75em;
  border-top: 8px solid black;
  opacity: 0.5;
}

.select-containertwo:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 40%;
  transform: translateY(-50%);
  right: .75em;
  border-top: 8px solid black;
  opacity: 0.5;
}

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

.step {
  display: none;
}

.step.active {
  display: block;
}

.step span {
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 15px;
  padding-left: 5px;
}

.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.country {
  width: calc(30% - 10px);
}

.region {
  width: 70%;
}

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

button {
  border: none;
  margin-top: 10px;
  box-shadow: 0 2px 4px 0 rgba(155, 155, 155, 0.2);
  background-position: center;
  background-size: cover;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.1em;
  font-weight: 700;
  border: none;
  outline: none;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
}

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

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

.footer a {
  color: #000;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.hidden_fivestep {
  display: none;
}

#errors {
  display: none;
}

#errors {
  text-align: center;
  border-radius: 4px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
}

.buttonemail {
  margin-top: 20px;
}

.btn-con.oauth, .continue-with {
  width: 90%;
  margin: 10px auto 0;
}

.btn-con.oauth .btn.btn-microsoft-oauth {
  border: solid 1px #2f2f2f;
  background: #000000;
  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;
  text-shadow: none;
}

.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;
}

.autocomplete-items div {
  color: #000;
  text-shadow: none;
}

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

  .content {
    width: 85%;
  }

  select {
    height: 45px;
    font-size: 14px;
  }

  button {
    height: 45px;
    font-size: 14px;
  }

  #errors {
    font-size: 12px;
  }

  .main_footer p {
    font-size: 17px;
  }

  .btn-con.oauth .btn.btn-microsoft-oauth {
    display: block;
  }

  .btn-con.oauth .btn-oauth span:last-child {
    text-align: right;
  }

  .otheremailsspan {
    text-align: center !important;
  }

}

@media only screen and (max-width: 410px) {
  .content {
    width: 80%;
  }

}

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