#leads-subscribe-title {
    margin-left: 5%;
}

#LeadsForm {
    background-color: transparent;
    margin: -5px auto auto;
    width: 90%;
}

#checkbackers {
    margin-top: 2px;
    font-weight: bold;
    display: inline-block;
    border-color: red;
    border-style: none;
    width: 100%;
}

#email {
    /*background: #ededed none repeat scroll 0 0;*/
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) inset;
    color: #999999;
    font-family: "SourceSansPro-Light",Georgia,times,serif;
    font-size: 14px;
    font-style: italic;
    height: 37px;
    padding-left: 20px;
    /* padding-right: 20px; */
    margin-bottom: 10px;
    margin-left: 0px;
    width: 100%;
}

.emailfield {
    width: 72%;
    float: left;
}

#tip {
    font-weight: normal;
    font-size:small !important;
    float:right;
    width: 26%;
}

#submit_div {
    float: right;
    width: 26%;
}

#submit {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #3da6e4 0%, #3697d7 100%) repeat scroll 0 0;
    border: 1px solid #3698d7;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(250, 250, 250, 0.5) inset;
    color: #fff;
    cursor: pointer;
    font-family: "SourceSansPro-Light",Georgia,times,serif;
    font-size: 20px;
    height: 35px;
    letter-spacing: 1px;
    /* margin-left: 15px; */
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    /*width: 25%;*/
}



#spinner {
    width:32px;
    height:32px;
    background-image: url('../leads-subscribe/img/ajax-loader.gif');
}

.spinner2 {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.loader {
    text-align: center;
    width: 20%;
}

.loader div {
    display: inline-block;
}

.waiting {
    margin-right: 10px;
}

#InterestSelect {
    text-align: left;
    display: inline-block;
    width: 100%;
}
#InterestSelect p {
    font-size: 18px !important;
    margin-bottom: 0px;
}
#InterestSelect select {
    font-size: 12px !important;
}



.success h1{
    text-align: center;
    margin-bottom: 5px;
}
.success h3{
    text-align: center;
    margin-bottom: 5px;
}