
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300";
* {
    box-sizing: border-box;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
body {
    color: white;
    font: 300 14px/21px "Roboto",sans-serif;
}
body *:-moz-placeholder {
    color: white;
    font: 300 14px/21px "Roboto",sans-serif;
    opacity: 1;
}
body *::-moz-placeholder {
    color: white;
    font: 300 14px/21px "Roboto",sans-serif;
    opacity: 1;
}
label {
    -moz-user-select: none;
}
input.css-checkbox[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input.css-checkbox[type="checkbox"] + label.css-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    padding-left: 20px;
    vertical-align: middle;
}
input.css-checkbox[type="checkbox"]:checked + label.css-label {
    background-position: 0 -15px;
}
/*.css-label {
    background-image: url("http://csscheckbox.com/checkboxes/lite-red-check.png");
}*/
.css-label{
	background-image:url(../images/lite-red-check.png);
}
input.css-checkbox.med[type="checkbox"] + label.css-label.med {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 17px;
    line-height: 17px;
    padding-left: 22px;
    vertical-align: middle;
}
input.css-checkbox.med[type="checkbox"]:checked + label.css-label.med {
    background-position: 0 -17px;
}
input.css-checkbox.sme[type="checkbox"] + label.css-label.sme {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    padding-left: 22px;
    vertical-align: middle;
}
input.css-checkbox.sme[type="checkbox"]:checked + label.css-label.sme {
    background-position: 0 -16px;
}
input.css-checkbox.lrg[type="checkbox"] + label.css-label.lrg {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding-left: 22px;
    vertical-align: middle;
}
input.css-checkbox.lrg[type="checkbox"]:checked + label.css-label.lrg {
    background-position: 0 -20px;
}
.wrapper {
    background: #004287 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.wrapper.form-success .container h1 {
    transform: translateY(85px);
}
.container {
    height: 400px;
    margin: 261px auto 0;
    max-width: 600px;
    padding: 80px 0;
    text-align: center;
}
.container h1 {
    font-size: 40px;
    font-weight: 200;
    transition-duration: 1s;
}
form {
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
form input {
    -moz-appearance: none;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    color: white;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin: 0 auto 10px;
    outline: 0 none;
    padding: 10px 15px;
    text-align: center;
    transition-duration: 0.25s;
    width: 250px;
}
form input:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
form input:focus {
    background-color: white;
    color: #004287;
    width: 300px;
}
form button {
    -moz-appearance: none;
    background-color: white;
    border: 0 none;
    border-radius: 3px;
    color: #004287;
    cursor: pointer;
    font-size: 18px;
    outline: 0 none;
    padding: 10px 15px;
    transition-duration: 0.25s;
    width: 250px;
}
form button:hover {
    background-color: #f5f7f9;
}
.bg-bubbles {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.bg-bubbles li {
    animation: 25s ease 0s normal none infinite running square;
    background-color: rgba(255, 255, 255, 0.15);
    bottom: -160px;
    display: block;
    height: 40px;
    list-style: outside none none;
    position: absolute;
    transition-timing-function: linear;
    width: 40px;
}
.bg-bubbles li:nth-child(1) {
    left: 10%;
}
.bg-bubbles li:nth-child(2) {
    animation-delay: 2s;
    animation-duration: 17s;
    height: 80px;
    left: 20%;
    width: 80px;
}
.bg-bubbles li:nth-child(3) {
    animation-delay: 4s;
    left: 25%;
}
.bg-bubbles li:nth-child(4) {
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.25);
    height: 60px;
    left: 40%;
    width: 60px;
}
.bg-bubbles li:nth-child(5) {
    left: 70%;
}
.bg-bubbles li:nth-child(6) {
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.2);
    height: 120px;
    left: 80%;
    width: 120px;
}
.bg-bubbles li:nth-child(7) {
    animation-delay: 7s;
    height: 160px;
    left: 32%;
    width: 160px;
}
.bg-bubbles li:nth-child(8) {
    animation-delay: 15s;
    animation-duration: 40s;
    height: 20px;
    left: 55%;
    width: 20px;
}
.bg-bubbles li:nth-child(9) {
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.3);
    height: 10px;
    left: 25%;
    width: 10px;
}
.bg-bubbles li:nth-child(10) {
    animation-delay: 11s;
    height: 160px;
    left: 90%;
    width: 160px;
}
@keyframes square {
0% {
    transform: translateY(0px);
}
100% {
    transform: translateY(-700px) rotate(600deg);
}
}
