/**
 * Created by HD Software
 * Description: Blue Theme for Responsive AJAX Contact Form
*/

.hdcf {
    box-shadow: 0 0 5px #169fe6;
}
.hdcf header strong {
    color: #fff;
    font-weight: 600;
}
.hdcf header {
    background-color: #169fe6;
    border-bottom: 1px solid #1395D6;
    color: #fff;

}
.hdcf input[type="submit"],
.hdcf input[type="button"],
.hdcf button {
    background-color: #169fe6;
    color: #fff;
}
.hdcf input[type="submit"]:hover,
.hdcf input[type="button"]:hover,
.hdcf button:hover {
    background: #aaa;
}
.hdcf select:focus,
.hdcf textarea:focus,
.hdcf input[type="text"]:focus,
.hdcf input[type="radio"]:focus + label:before,
.hdcf input[type="checkbox"]:focus + label:before {
    background-color: #FCFEFF;
    border-color: #b8d4ea;
    box-shadow: none;
}

.hdcf label a {
    color: #169fe6;
}