

#loginwrapper {
  position: absolute;
  top: 50%;
  margin-top: -240px;
  left: 0;
  width: 100%;
}*/

small{ width: 100%; margin-bottom: 10px;   color:#fff; width:100%; text-align:right;
    }
#container {
  width: 720px;
  height: 525px;
  margin: 0 auto;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.information-column {
  width: 40%;
  height: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  /*background-image: url("http://enwaara.se/codepen/music.jpeg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;*/
}

.content {
  width: 100%;
  height: 100%;
  padding: 30px;
  background: -moz-linear-gradient(-45deg, rgba(241, 242, 246, 0.9) 0%, rgba(227, 228, 232, 0.9) 45%, rgba(214, 215, 219, 0.9) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(241, 242, 246, 0.9) 0%, rgba(227, 228, 232, 0.9) 45%, rgba(214, 215, 219, 0.9) 100%);
  background: linear-gradient(135deg, rgba(241, 242, 246, 0.9) 0%, rgba(227, 228, 232, 0.9) 45%, rgba(214, 215, 219, 0.9) 100%);
}
.content h1 {
  width: 100%;
  margin-top: 45%;
  font-size: 2em;
 
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #2b2b2b;
}
.content p {
  width: 62%;
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.6em;
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #a4b0be;
}

.logo {
  width: 40%;
  height: auto;
}

.form-column {
  width: 60%;
  height: 100%;
  padding: 50px 50px 10px 50px;
  float: right;
  background: #2b2b2b;
 /* background: -moz-linear-gradient(45deg, #2ebd59 0%, #32c95d 54%, #39e561 100%);
  background: -webkit-linear-gradient(45deg, #2ebd59 0%, #32c95d 54%, #39e561 100%);
  background: linear-gradient(45deg, #2ebd59 0%, #32c95d 54%, #39e561 100%);  */
}

.subscribtion {
  width: 100%;
  overflow: hidden;
  padding: 12px;
  margin-bottom: 24px;
  border: 2px solid #f1f2f6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.subscribtion:nth-child(1) {
  margin-top: 10px;
}
.subscribtion h2 {
  width: 100%; color:#fff;
 
  font-size: 1.4em;
  letter-spacing: 2px;
  padding-bottom: 8px;
 /* border-bottom: 1px solid #f1f2f6;   */
  margin-bottom: 8px;
}
.subscribtion.active i{color:#2b2b2b;}
.subscribtion p {
  width: 80%;
  font-size: 0.8em;
  line-height: 1.4em;
}
.subscribtion:hover {
  box-shadow: 0px 0px 0px 0px #ff6b81;
}
.subscribtion.active {
  background-color: #f1f2f6; margin-top: 0px; margin-bottom:0px;
}
.subscribtion.active:nth-child(1) {
  margin-top: 0px; margin-bottom:0px;
}
.subscribtion.active h2 {
  color: #000;
  border-color: #000;
}
.subscribtion.active p {
  color: #000;
}
.subscribtion.hidden {
  height: 0;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  opacity: 0;
}

.form {
  width: 100%;
  opacity: 0;
}
.form.active {
  opacity: 1;
}
.form label {
  display: block;
  width: 100%;
  font-size: 0.9em; margin-top:10px;
color: #fff;}

.form input {
  width: 100%;
  padding: 8px;
  border: none;
  background: none;
  border-bottom: 1px solid #f1f2f6;
  margin-bottom: 12px;
  font-size: 0.8em;
  color: #f1f2f6;
  letter-spacing: 1px;
}
.form input::-webkit-input-placeholder {
  color: #aaa;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.form input::-moz-placeholder {
  color: #ddd;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.form input:-ms-input-placeholder {
  color: #ddd;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.form input:-moz-placeholder {
  color: #ddd;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.form input:focus::-webkit-input-placeholder {
  color: #f1f2f6;
}
.form input:focus::-moz-placeholder {
  color: #f1f2f6;
}
.form input:focus:-ms-input-placeholder {
  color: #f1f2f6;
}
.form input:focus:-moz-placeholder {
  color: #f1f2f6;
}


.btn-social {
    margin-top:6px; margin-right:10px; float:left;  height: 40px;
}

#loginwrapper .btn {
  /*width: 30.33%;  */
  float: left;
  margin-right: 4%;
  margin-top: 12px;
  margin-bottom:10px;
  height: 40px;
  padding-top: 12px;
  text-align: center;
  background-color: #f1f2f6;
  color: #2EBD59;
  font-weight: 700;
  font-size: 0.8em;
  letter-spacing: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
#loginwrapper .btn i {
  margin-left: 8px;
}

.klarna {
  background-color: #fa82a0;
}
.klarna img {
  width: 50%;
  height: auto;
  margin-top: 2px;
}
.klarna:hover, .klarna.active {
  background-color: #F9688D;
}

.paypal {
  background-color: #009cde;
}
.paypal img {
  width: 60%;
  height: auto;
}
.paypal:hover, .paypal.active {
  background-color: #008DCE;
}

.card {
  margin-right: 0;
}
.card:hover, .card.active {
 /* box-shadow: 0px 0px 10px 0px #ff6b81;*/
}

.free-button {
  width: 100%;
  margin-right: 0;
  margin-top: 8px;
  display: none;
}
.free-button:hover {
  box-shadow: 0px 0px 10px 0px #ff6b81;
}
.free-button.active {
  display: block;
}

.next {
  width: 100%;
  margin-right: 0;
  margin-top: 12px;
}
.next i {
  color: #2b2b2b;
  margin-left: 8px;
}
.next:hover i {
  margin-left: 12px;color:#fff;
}

.free-form.hidden {
  height: 0;
  opacity: 0;
  display: none;
}

.clear{
    clear:both;
}


.form-group {
  margin-bottom: 10px;
  position: relative; }

.form-input {
  padding-top: 15px; }

.form-label {
  position: absolute;
  transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  color: #fff;
  left: 0;
  top: 23px; }

input {
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  padding-top: 10px;
  /*-webkit-appearance: none;*/ }
  input:focus + .form-label, input:valid + .form-label {
    top: 1px;
    font-size: 11px;
    color: #fff; }


@media only screen and (max-width: 768px) {
  
	.information-column { display:none;}
	/* login screen*/
	#container {width:100%;}
	.form-column {
		width: 100%;}
}

