html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body  {   background-color: #fff;
  color: #555;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  font-family: 'Righteous', cursive;
}

h2  {
  text-align: center;
  color: white;
  font-family: 'Rowdies', cursive;
}

.alert {
    max-width: 80%;
    font-size: 12px;
    position: relative;
    border: 2px solid #2e041e;
    border-radius: 50px;
}

.nav {

}

#formspacing {
  padding: 20px;
}

.container {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  padding-top: 10%;
  padding-bottom: 60px;
}

#herocontainer {
  background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4)), url('../img/herobackgroundlogin.jpg');
  background-size: cover;
  background-position: center;;
}

.frame {
  height: auto;
  padding-bottom: 40px;
  width: 430px;
  background-color: rgba(192,57,43,.7);
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
  overflow: hidden;
  transition: all .5s ease;
}

.frame-long {
  height: auto;
}

.frame-short {
  height: 400px;
  margin-top: 50px;
  box-shadow: 0px 2px 7px rgba(0,0,0,0.1);
}

.nav {
  width: 100%;
  height: 100px;
  padding-top: 40px;
  opacity: 1;
  transition: all .5s ease;
}

.nav-up {
  transform: translateY(-100px);
  opacity: 0;
}

li {
  padding-left: 10px;
  font-size: 18px;
  display: inline;
  text-align: left;
  text-transform: uppercase;
  padding-right: 10px;
  color: #ffffff;
}

.signin-active a {
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  transition: all .25s ease;
  cursor: pointer;
}

.signin-inactive a {
  padding-bottom: 0;
  color: rgba(255,255,255,.3);
  text-decoration: none;
  border-bottom: none;
  cursor: pointer;
}

.signup-active a {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  border-bottom: solid 2px #1059FF;
  padding-bottom: 10px;
}

.signup-inactive a {
  cursor: pointer;
  color: rgba(255,255,255,.3);
  text-decoration: none;
  transition: all .25s ease;
}

.form-signin {
  width: 430px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 10px;
  transition: opacity .5s ease, transform .5s ease;
}

.form-signin-left {
  transform: translateX(-400px);
  opacity: .0;
}

.form-signup {
  width: 430px;
  height: 375px;
	font-size: 16px;
	font-weight: 300;
  padding-left: 37px;
  padding-right: 37px;
  padding-top: 55px;
  position: relative;
  top: -375px;
  left: 400px;
  opacity: 0;
  transition: all .5s ease;
}

.form-signup-left {
  transform: translateX(-399px);
  opacity: 1;
}

.form-signup-down {
  top: 0px;
  opacity: 0;
}

.success {
  width: 80%;
  height: 150px;
  text-align: center;
  position: relative;
  top: -890px;
  left: 450px;
  opacity: .0;
  transition: all .8s .4s ease;
}

.success-left {
  transform: translateX(-406px);
  opacity: 1;
}

.successtext {
  color: #ffffff;
	font-size: 16px;
	font-weight: 300;
  margin-top: -35px;
  padding-left: 37px;
  padding-right: 37px;
}

#check path {
    stroke: #ffffff;
    stroke-linecap:round;
    stroke-linejoin:round;
    stroke-width: .85px;
    stroke-dasharray: 60px 300px;
    stroke-dashoffset: -166px;
    fill: rgba(255,255,255,.0);
    transition: stroke-dashoffset 2s ease .5s, fill 1.5s ease 1.0s;
}

#check.checked path {
    stroke-dashoffset: 33px;
    fill: rgba(255,255,255,.03);
}

.form-signin input, .form-signup input {
  color: #ffffff;
  font-size: 13px;
}

.form-styling {
  width: 100%;
  height: 35px;
	padding-left: 15px;
	border: none;
	border-radius: 20px;
  margin-bottom: 20px;
  background: rgba(255,255,255,.2);
}

label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

:focus {outline: none;
}

.form-signin input:focus, textarea:focus, .form-signup input:focus, textarea:focus {
    background: rgba(255,255,255,.3);
    border: none;
    padding-right: 40px;
    transition: background .5s ease;
 }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  display: none;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 85px;
  padding-top: 2px;
  cursor: pointer;
  margin-top: 8px;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
}

[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  width: 65px;
  height: 30px;
  background: rgba(255,255,255,.2);
  border-radius: 15px;
  left: 0;
  top: -3px;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
  top: 7px;
  left: 10px;
  transition: all .2s ease;
}

/* on checked */
[type="checkbox"]:checked + label:before {
  background: rgba(111,30,81,1);
}

[type="checkbox"]:checked + label:after {
  background: #ffffff;
  top: 7px;
  left: 45px;
}

[type="checkbox"]:checked + label .ui,
[type="checkbox"]:not(:checked) + label .ui:before,
[type="checkbox"]:checked + label .ui:after {
  position: absolute;
  left: 6px;
  width: 65px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  transition: all .2s ease;
}

[type="checkbox"]:not(:checked) + label .ui:before {
  content: "no";
  left: 32px;
  color: rgba(255,255,255,.7);
}

[type="checkbox"]:checked + label .ui:after {
  content: "yes";
  color: #ffffff;
}

[type="checkbox"]:focus + label:before {
  box-sizing: border-box;
  margin-top: -1px;
}

#btn2 {
  margin-top: 10px;
  padding-top: 8px;
  width: 356px;
  text-align: center;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 700;

}


#btn2b {
  margin-top: 10px;
  padding-top: 8px;
  width: 356px;
  text-align: center;
  font-family: 'Lato', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-left: 37.5px;
}

.btn-signin {
  float: left;
  padding: 8px 0px;
  width: 100%;
	border: none;
	border-radius: 20px;
  margin-top: -8px;
  font-size: 18px;
  max-height: 42px;
  color: rgba(255,255,255, 1);
  background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
  transition: all .5s ease, top .5s ease .5s, height .5s ease .5s, background-color .5s ease .75s;
}

a.btn-signup:hover, a.btn-signin:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    transition: background-color .5s;
}

.forgot {
  height: 100px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 24px;
  margin-top: -535px;
  border-top: solid 1px rgba(255,255,255,.3);
  transition: all 0.5s ease;
}

.btn-animate {
  margin-top: 5%;
}

#date_open {
  color: white;
}

.forgot-left {
  transform: translateX(-400px);
  opacity: 0;
}

.forgot-fade {
  opacity: 0;
}

.forgot a {
  color: rgba(255,255,255,.3);
  font-weight: 400;
  font-size: 13px;
  text-decoration: none;
}

.welcome {
  width: 100%;
  height: 50px;
  position: relative;
  color: rgba(35,43,85,0.75);
  opacity: 0;
  transition: transform 1.5s ease .25s, opacity .1s ease 1s;
}

.welcome-left {
  transform: translateY(-780px);
  opacity: 1;
}

.cover-photo {
  height: 150px;
  position: relative;
  left: 0px;  top: -900px;
  background:
    linear-gradient(
    rgba(35,43,85,0.75),
    rgba(35,43,85,0.95)),
  background-size: cover;
  opacity: 0;
  transition: all 1.5s ease 0.55s;
}

.cover-photo-down {
  top: -575px;
  opacity: 1;
}

.alert {

}

.profile-photo {
  height: 125px;
  width: 125px;
  position: relative;
  border-radius: 70px;
  left: 155px;
  top: -1000px;
  background-size: 100% 135%;
  background-position: 100% 100%;
  opacity: 0;
  transition: top 1.5s ease 0.35s, opacity .75s ease .5s;
  border: solid 3px #ffffff;
}

.profile-photo-down {
  top: -636px;
  opacity: 1;
}

h1 {
  color: #ffffff;
  font-size: 35px;
	font-weight: 300;
  text-align: center;
}

a.btn-goback:hover {
    cursor: pointer;
    background-color: #0F4FE6;
    transition: all .5s;
    color: #ffffff;
}

/* refresh button styling */

#name, #streamcode, #email {

}

/*newlogin*/

.login__wrapper {
  width: 100vw;
  height: 100vh;
  background-color: #310e68;
  background-image: linear-gradient(to bottom  left, rgba(49, 14, 104, 0.8), rgba(95, 15, 64, 0.8)), url('img/partyhardy.png');
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__box {
  width: 75vw;
  height: 80vh;
  background-color: #310e68;
  background-image: linear-gradient(316deg, #310e68 0%, #5f0f40 74%);
  border-radius: 30px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.login__box__split {
  height: 100%;
}

.first__split {
  border-radius: 30px 0px 0px 30px;
  width: 55%;
  background-image: linear-gradient(rgba(102, 61, 255, 0.7),rgba(156, 20, 105, 0.7)),url('img/characters/DrunkSteve.png');
  background-position: center;
  background-size: cover;
  position: relative;
}

.second__split {
  background-color: white;
  border-radius: 0px 30px 30px 0px;
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.formholder .empty__button {
  background-image: none !important;
  background-color: white;
  border: 1px solid #310e68;
  color: #5f0f40;
}

.login__box__split .formholder {
  margin: 50px;
  width: 80%;
}

.login__box__split .formholder h2 {
  color: #5f0f40;
  font-size: 3rem;
  text-align: left !important;
  font-family: 'Londrina Solid', cursive;
}

.login__box__split .formholder label {
  color: #5f0f40;
  margin-left: 0px;
  padding-left: 0px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 16px;
  font-family: 'Londrina Solid', cursive;
}

.login__box__split .formholder input {
  color: #5f0f40;
  padding-left: 30px;
}

.login__box__split .formholder .form-styling {
  border-bottom: 2px solid #310e68;
}

.login__box__split .logo {
  margin-left: 12%;
  margin-top: 5%;
}

.login__box__split h1 {
  font-size: 8rem;
  text-align: left;
  position: absolute;
  width: 80%;
  left: 15%;
  top: 25%;
  transform: translate(-50%, -50%);
  font-family: 'Londrina Solid', cursive;
}

.login__box__split .logo img{
  width: 30%;
  height: auto;
}

.flip-in {
	-webkit-animation: flip-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes flip-in {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in {
  0% {
    -webkit-transform: rotateX(80deg);
            transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
    opacity: 1;
  }
}

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

  .login__box {
    width: 100vw;
    height: 100vh;
    border-radius: 0px;
    flex-direction: column;
  }

  .first__split {
    width: 100vw;
    height: 45vh;
    border-radius: 0px;
  }

  .first__split h1 {
    font-size: 3.2rem;
    position: relative;
    left: 10vw;
    top: 0%;
  }

  .second__split {
    width: 100vw;
    border-radius: 0px;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .login__box__split .formholder h2 {
    font-size: 2rem;
  }

  .login__box__split .formholder {
    margin: 0px;
  }





}
