@charset "UTF-8";
/* CSS Document */
html, body {
    font-family: 'Roboto', sans-serif;
}
body {
	overflow-x: hidden;
}

h1 {
    font-size: 18px;
}
.form-signup h4 {
    color: #FF9100;
}
.secondary {
    opacity: .7;
}
img {
    max-width: 100%;
}
div.logo img {
    width: 80%;
}
.hero {
    background-image: url('http://earningraphics.com/assets/images/hero-image.png');
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 125px;
    background-position: center bottom;
}
.middle-section {
    margin-top: -70px;
}
#logo {
    position: absolute;
    left: 10px;
    top: 0px;
    width: 100px;
}
#bottom-bar {
    position: absolute;
    bottom: -6px;
    right: 20px;
    height: 12px;
    width: 150px;
    background-color: #1a0863;
}
#signup {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    background-color: #f5f9fb;
    height: auto;
    border: 1px #dbdbdb solid;
    border-radius: 25px 0px 0px 0px;
}
#signup input {
    background-color: #dbedf4;
}

#signup label {
  
	color: #8dc0d6;
}
.accent {
    position: absolute;
    top: -1px;
    height: 4%;
    width: 100%;
   
    z-index: 1;
    border-radius: 24px 0px 0px 0px;
    background-color: #b8e193;
}
#promo {
    position: absolute;
    width: 200px;
    top: -100px;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    z-index: 10;
}
#ghost {
    background: rgba(255, 255, 255, .4);
    height: 60px;
}
#ghost img {
    position: relative;
    margin-top: 0px;
}
#card {
    position: relative;
    background-color: #f5f9fb;
    padding: 30px 40px 30px 40px;
    border-radius: 25px 0px 0px 0px;
}
.money-top {
    position: absolute;
    right: -80px;
    top: -60px;
    z-index: 2;
}
.bg-money {
    position: absolute;
    right: -10px;
    bottom: 150px;
}
.bg-money-2 {
    position: absolute;
    left: 0px;
    top: 150px;
}
.arrow {
    position: absolute;
    right: -60px;
    bottom: 19px;
    z-index: 1;
}
.car {
    margin-bottom: 25px;
    margin-top: 25px;
    z-index: -1;
}
.cards {
    margin-bottom: 75px;
}
#secure {
    position: absolute;
    bottom: -50px;
    right: -15px;
    width: 130px;
}
#timer {
    color: #FFFFFF;
    position: absolute;
    top: 40px;
    left: -15px;
}
#timer .clock {
    position: absolute;
    left: 5px;
    top: 0px;
    font-size: 30px;
}
#timer .time-left {
    background-color: #fec80e;
    display: block;
    padding-left: 40px;
    padding-right: 10px;
}
#timer #time {
    background-color: #bd950d;
    display: block;
    padding-left: 40px;
    font-weight: bold;
}
.button-container {
    position: relative;
    margin-top: 30px;
}
.arrows {
    position: absolute;
    top: -5px;
    left: 320px;
    width: 230px;
    text-align: right;
}
.field-icon {
    color: #222;
    padding-right: 30px;
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.spacer{
	padding-bottom: 30px;
}

#footer {
	padding-top: 30px;
	padding-bottom: 30px;
    background-color: #000;
    margin-top: 0px;
	font-size: 10px;
	color: white;
}
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}
.btn {
    font-size: 18px;
   height: 60px;
    border-radius: 15px;
    background: rgb(10, 155, 216);
    background: -moz-linear-gradient(246deg, rgba(10, 155, 216, 1) 0%, rgba(0, 180, 255, 1) 47%, rgba(5, 160, 225, 1) 100%);
    background: -webkit-linear-gradient(246deg, rgba(10, 155, 216, 1) 0%, rgba(0, 180, 255, 1) 47%, rgba(5, 160, 225, 1) 100%);
    background: linear-gradient(246deg, rgba(10, 155, 216, 1) 0%, rgba(0, 180, 255, 1) 47%, rgba(5, 160, 225, 1) 100%);
    line-height: normal;
    font-weight: bold;
	border-color:#093253;
}
.btn .small {
    font-size: 12px;
}
.form-label-group > input, .form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}
.form-label-group > label {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    ont-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}
.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}
#pswd_info {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 200px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    border-top: 3px solid #1a0863;
    z-index: 10;
}
.pw-list {
    margin: 0;
    padding: 0;
    font-size: 80%;
    list-style: none;
}
#pswd_info::before {
    content: "\25B2";
    position: absolute;
    top: -12px;
    left: 45%;
    font-size: 14px;
    line-height: 14px;
    color: #1a0863;
    text-shadow: none;
    display: block;
}
.invalid {
    background: url(../images/invalid.png) no-repeat 0 50%;
    line-height: 24px;
    color: #ec3f41;
    padding-left: 18px;
}
.valid {
    background: url(../images/valid.png) no-repeat 0 50%;
    line-height: 24px;
    color: #3a7d34;
    padding-left: 18px;
}
#pswd_info {
    display: none;
}
/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}
/* Fallback for IE
-------------------------------------------------- */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }
    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    body {
        background-size: cover;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .car {
        margin-top: -200px;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}