* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

.hidden {
  display: none !important;
}

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

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

.step {
  display: none;
}

.step.active {
  display: block;
}

.step span {
  display: block;
  text-align: center;
  color: #fff;
  text-shadow: 2px 0 0 #000, -2px 0 0 #000, 0 2px 0 #000, 0 -2px 0 #000, 1px 1px #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
  font-size: 1.2em;
  padding-top: 5px;
  padding-bottom: 10px;
}

.step span.oneclick {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 20px;
}

.step span.otheremailsspan {
  color: #000;
  display: inherit;
  font-size: 15px !important;
}

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

.terms {
  display: none;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5em;
}

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

.termsnew {
  display: block;
   overflow-y: auto;
  overflow-x: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 10px;
  line-height: 1.5;
  margin-top: 5px;
}

.termsnew::-webkit-scrollbar {
    width: 10px;
}

.termsnew::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
.termsnew::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.6); 
    border-radius: 10px;
}

.termsnew::-webkit-scrollbar-thumb:hover {
    background: #ff5f89; 
}

#errors {
  display: none;
}

#errors {
  text-align: center;
  color: #d40000;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
  margin-bottom: 5px;
  white-space: nowrap;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

#errors span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.btn-con.oauth .btn-oauth * {
  text-shadow: none !important;
  padding-top: 0 !important;
}

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

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

#continue-with-yahoo {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 500px) {
  #errors {
    font-size: 15px;
  }
}

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