* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  opacity: 1;
  font-weight: 300;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: 'Source Sans Pro', sans-serif;
  color: white;
  font-weight: 300;
}
.wrapper {
  background: #759ED5;
  background: -webkit-linear-gradient(top left, #759ED5 0%, #8DD8F0 100%);
  background: linear-gradient(to bottom right, #759ED5 0%, #8DD8F0 100%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: -200px;
  overflow: hidden;
}
.wrapper.form-success .container h1 {
  -webkit-transform: translateY(85px);
      -ms-transform: translateY(85px);
          transform: translateY(85px);
}
.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 400px;
  text-align: center;
}
.container h1 {
  font-size: 40px;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-in-put;
          transition-timing-function: ease-in-put;
  font-weight: 200;
}
form {
  padding: 20px 0;
  position: relative;
  z-index: 2;
}
form input {
  appearance: none;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
  width: 250px;
  border-radius: 3px;
  padding: 10px 15px;
  margin: 0 auto 10px auto;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white!important;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
}
form input:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
  background-color: white;
  width: 300px;
  color: #479AC2!important;
}
form button {
  appearance: none;
  outline: 0;
  background-color: white;
  border: 0;
  padding: 10px 15px;
  color: #479BC3;
  border-radius: 3px;
  width: 250px;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
form button:hover {
  background-color: #f5f7f9;
}

span {
  display: block;
  /*margin-top: -28px;*/
}

form input[type="checkbox"] {
  margin-top: 10px;
}

form input[type="checkbox"]:focus {
  width: 250px;
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.checkbox,.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,.radio label {
    min-height: 19px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,.checkbox.disabled label,.radio-inline.disabled,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio label,fieldset[disabled] .radio-inline,fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
    cursor: not-allowed
}

.c-checkbox,.c-radio {
    margin-right: 4px
}

.c-checkbox *,.c-radio * {
    cursor: pointer
}

.c-checkbox input,.c-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0!important
}

.c-checkbox span,.c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: -20px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
    text-align: center
}

.c-checkbox span:before,.c-radio span:before {
    margin-left: 1px;
    color: #fff
}

.c-checkbox:hover span,.c-radio:hover span {
    border-color: #43a8eb
}

.form-inline .c-checkbox span,.form-inline .c-radio span {
    margin-left: 0
}

.c-checkbox.c-checkbox-rounded span,.c-checkbox.c-radio-rounded span,.c-radio span,.c-radio.c-checkbox-rounded span,.c-radio.c-radio-rounded span {
    border-radius: 500px
}

.c-checkbox span:before,.c-radio span:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    @include transform(scale(0.2));
    text-align: center!important;
    font-size: 12px;
    line-height: 19px;
    vertical-align: middle
}

.c-checkbox input[type=checkbox]:checked+span:before,.c-checkbox input[type=radio]:checked+span:before,.c-radio input[type=checkbox]:checked+span:before,.c-radio input[type=radio]:checked+span:before {
    opacity: 1;
    @include transform(scale(1));
    @include transition(transform .2s ease-out);
}

.c-checkbox input[type=checkbox]:checked+span,.c-checkbox input[type=radio]:checked+span,.c-radio input[type=checkbox]:checked+span,.c-radio input[type=radio]:checked+span {
    border-color: #43a8eb;
    background-color: #43a8eb
}

.c-checkbox input[type=radio]:checked+span,.c-radio input[type=radio]:checked+span {
    background-color: #fff
}

.c-checkbox input[type=radio]:checked+span:before,.c-radio input[type=radio]:checked+span:before {
    color: #43a8eb
}

.c-checkbox input[type=checkbox]:disabled+span,.c-checkbox input[type=radio]:disabled+span,.c-radio input[type=checkbox]:disabled+span,.c-radio input[type=radio]:disabled+span {
    border-color: #ddd!important;
    background-color: #ddd!important
}

.c-checkbox input[type=radio]:disabled+span,.c-radio input[type=radio]:disabled+span {
    background-color: #fff!important
}

.c-checkbox input[type=radio]:disabled+span:before,.c-radio input[type=radio]:disabled+span:before {
    color: #ddd
}



.bg-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-logo li {
  position: absolute;
  list-style: none;
  display: block;
  width: 75px;
  height: 30px;
  background: url(/assets/images/logo.png);
  background-size:cover;
  bottom: -80px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.bg-logo li:nth-child(6), .bg-logo li:nth-child(7), .bg-logo li:nth-child(10) {
  bottom: -160px;
}
.bg-logo li:nth-child(1) {
  left: 10%;
}
.bg-logo li:nth-child(2) {
  left: 20%;
  width: 151px;
  height: 60px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  -moz-animation-duration: 17s;
  -ms-animation-duration: 17s;
  -o-animation-duration: 17s;
  animation-duration: 17s;
}
.bg-logo li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
.bg-logo li:nth-child(4) {
  left: 40%;
  width: 100px;
  height: 40px;
  bottom: -65px;
  -webkit-animation-duration: 22s;
  -moz-animation-duration: 22s;
  -ms-animation-duration: 22s;
  -o-animation-duration: 22s;
  animation-duration: 22s;
  opacity:0.4;
}
.bg-logo li:nth-child(5) {
  left: 70%;
}
.bg-logo li:nth-child(6) {
  left: 80%;
  width: 200px;
  height: 80px;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  opacity:0.8;
}
.bg-logo li:nth-child(7) {
  left: 32%;
  width: 250px;
  height: 100px;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -ms-animation-delay: 7s;
  -o-animation-delay: 7s;
  animation-delay: 7s;
}
.bg-logo li:nth-child(8) {
  left: 55%;
  width: 50px;
  height: 10px;
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  -ms-animation-delay: 15s;
  -o-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  -ms-animation-duration: 40s;
  -o-animation-duration: 40s;
  animation-duration: 40s;
}
.bg-logo li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  -ms-animation-duration: 40s;
  -o-animation-duration: 40s;
  animation-duration: 40s;
  opacity:0.3;
}
.bg-logo li:nth-child(10) {
  left: 90%;
  width: 250px;
  height: 100px;
  -webkit-animation-delay: 11s;
  -moz-animation-delay: 11s;
  -ms-animation-delay: 11s;
  -o-animation-delay: 11s;
  animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
            transform: translateY(-700px) rotate(600deg);
  }
}

input:-webkit-autofill {
    transition: background-color 50000s ease-in-out 0s;
    -webkit-text-fill-color: white;
    font-weight: 300;
}
