/* Add here all your CSS customizations */

#footer a.cbc {
        padding: 4px 19px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.pdform h2 {
    font-size: 20px;
    font-weight: 600;
    color: #0394a7;
    margin-bottom: 0;
}
.pdform {
    padding: 20px;
    box-shadow: 0px 0px 20px #ddd;
    margin-bottom: 2rem;
    border-radius: 10px;
}

.thcolor {
    background: #0394a7;
    color: #fff;
}
.thcolor:hover{
    background-color: #fe6004;
    color: #fff;
}
.thcolor:focus{
    border:none;
}