#auth {
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  min-height: 50vh;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  text-align:center;
  overflow: hidden !important;
  height:auto !important;

}

#auth a {
	color:#7c7c7c;
	text-decoration: underline;
	display: inline-block;
	margin-bottom:12px;
}

#auth input {
    margin: 4px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    outline:0;
    -webkit-box-shadow:none;
            box-shadow:none;
    border:0;
    background-image: none;
    border-bottom: 1px solid #ccc;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#auth input:focus {
    border-bottom: 1px solid #000;
}
/* REGISTRATION FORM */

.reg_overlay {

    background-color: #000000;
    background: #000 radial-gradient(circle, #243238 0, #000 100%) 50% 50% no-repeat;
    background-size: auto;
    background-size: 100% 100%;
    height: 100%;
    opacity: 0.96;

}

#auth_popup {

    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background: #000;
}


#auth_popup h1 {

    font-size: 26px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;

}

#auth_popup a.already_member {

    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;

}

#auth_popup .fa {
    color: #fff;
    transition: all .3s ease
}

#auth_popup .fa:hover {
    color: #FF005C;
    cursor: pointer;
}

#rival_reg {
    border: none;
    background: #000;
    transition: all 2s ease;
}

#reg_loader {
    background: #000;
}

#reg_loader span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

#auth h1 {
  font-weight: 900;
  font-size: 3.6vw;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.join_form_container {
  background: #fff;
}

.join_form_sidebar {
  background-color: #fff;
}

/* login join button */
#auth h4 {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  line-height: 0.1em;
  margin: 20px auto;
}

#auth h4 span {
  background:#fff !important;
  padding:0 10px;
}

#auth a.join_button {
  display: inline-block;
  padding: 10px 20px;
  background: #f5f5f5;
  color: #222;
  background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(255,255,255,.6) inset;
  border-radius: 20px;
  border: solid 1px #adb1b8;
}

#auth .error {
    text-align: left;
    width: 100%;
    padding: 10px;
    background: #ffcccc;
    color: #8c2e0b;
    margin: 20px 0 20px 0;
}

#auth .error a {
    color: #8c2e0b;
    margin:0;
}

#auth .error a:hover {
    text-decoration: none;
}

#auth .submit-btn {
    font-family: Roboto, sans-serif !important;
    padding: .5em 1.5em;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    max-width:200px;
    margin-top:20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 18px;
    outline: 0;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    color: #fff;
    overflow: hidden;
    display: block;
    margin-bottom:20px;
    background-image: linear-gradient(to left,#28b4cd,#049dbc);
}

#auth .submit-btn:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: #fff;
    border-radius: 18px;
    display: block;
    content: '';
    z-index: 0
}

#auth .submit-btn:hover:before {
    opacity: .1
}
/*  MEDIA QUERIES */

@media only screen and (min-width: 1500px) {
  #auth {
    width: 1499px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media screen and (max-width:767px) {
  #auth h1 { text-align: center; font-size: 24px;}
  #auth h4 { width: 90%; }
}
