.form-group {
    float: left;
}
.form-control{
    border-radius: 3px;
    font-size: 13px;
    min-height: 50px;
    line-height: 1.33333;
    padding: 15px 15px 15px 20px;
    background: #ffffff;
    color: #323232;
    outline: 0;
    border: 1px solid #cccccc !important;
    box-shadow: none;
}
.contact-form .form-control{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}
input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"]{
    padding: 15px 20px;
}
.help-block{
    margin: 0;
    font-size: 12px;
    line-height: normal;
    color: #d00000 !important;
}
.us-btn{
    background-color: #029dcd;
    cursor: pointer;
    border: 0;
    outline: 0;
    color: #ffffff;
    display: inline-block;
    width: auto;
    min-width: 200px;
    max-width: 451px;
    text-align: center;
    padding: 15px 20px;
    border-radius: 3px;
    margin-top: 30px;
    font-family: "OpenSans-Semibold", sans-serif;
    font-size: 20px;
    box-shadow: 0 4px 0 #0281a8;
    transition: all ease-in-out 0.35s;
}

.clearfix {
    position: relative;
    clear: both;
} 
.bold-font{font-weight: bold;}
.text-success {
    color: #3c763d;     font-size: 24px;
    font-weight: bold;
}

#msgSuccess {
    display: block;
    background: #f8f8f8;
    border: 1px solid #ccc;
    border-radius: 8px;
}
