body, .form-control {
    font-family: 'Arial', sans-serif;
}
h1{
    margin-bottom: 0px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

#contact_page{
    background: url('/css/images/bg_dat_lich_kham.jpg') no-repeat center
}

#box_notice{
    padding-right: 30px;
}
#box_info{
    background: #FFF;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,.4);
}
