
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.icheckbox_line-blue, .iradio_line-blue {
    position: relative;
    display: block;
    margin: 0;
    padding:8px 16px 8px 38px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #2d2d2d;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    /* width: 166px; */
    float: left;
    margin: 5px 10px 5px 0;
}

.icheckbox_line-blue.checked, .iradio_line-blue.checked {
    background: #e9c74e;
}

.icheckbox_line-blue.checked, .iradio_line-blue:hover{
    background: #d1ae2e;
}
p {
    font-size: 14px;
    color: #58595b;
    font-family: 'Open Sans', sans-serif;
    line-height: 16px;
}

input[type=button]{
    background: #dc0c15;
    margin-left: 15px;
    margin-top: 57px;
    width: -webkit-fill-available;
    color: #fff;
    font-weight: 800;
    border: 0px;
}

.space{
    margin-top: 20px;
}

.space-10{
    margin-top: 10px;
}

.message-info {
    background-color: #3fb842;
    color: #fff;
    width: auto;
    clear: both;
    margin: 15px;
}