html{
    font-size: 62.5%;
}
h2 
{
    color: white;
}
p 
{ 
    color: white; 
    margin-bottom: 0px;
    margin-top: 25px;
}

.no-padding-left{
    padding-left: 0px;
}
.no-padding-right{
    padding-right: 0px;
}
label 
{
    color: white;
    margin-bottom: 5px;
    margin-top: 15px;
}
.form-control:focus
{
    border-color: #00FFE1;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(237, 173, 2, 1);
}
input.form-control 
{
    border-radius: 0px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 10px;
}
select#state
{
    padding: 0px;
}
hr 
{
    border-top: dotted 1px white;
}
label 
{
    font-weight: normal !important;
}

.col-centered
{
    float: none;
    margin: 0 auto;
}
#submit-button button{
    padding: 10px 20px;
    color: #000;
    border-width: 0px;
    font-size: 20px;
    font-size: 2.0rem;
    background-color: #00FFE1;
}
#submit-button  button:hover{
    background-color: #94fff2;
}

.btn-signup
{
    border-style: solid;
    border-color: #00FFE1;
    color: #fff
}
#submit-button{
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
#type_info
{
    height: 68px;
}

#additional_comments
{
    height: 102px;
}

input.validation_error
{
    background: #ffcccc;
}
label.validation_error
{
    color:red;
}

.validation_message 
{
    color: red; background: #ffcccc; 
}
@media(max-width: 767px){
    .form-horizontal .radio{
        padding-top: 9px;
    }
    #city-field{
        padding-right: 0px;
    }
    #state-field{
        padding-left: 0px;
    }
}