.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 19px !important;
    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,;
}
p {
    margin: 0 0 10px;
}
.projects p {
    margin: 13px 0;
}
.input-group.add-on.col-md-2 {
    margin: 17px 0;
}
.form-control input#dtpick {
    padding: 10px;
    height: 47px;
}
#frmDetails button.btn {
    background: #a10559;
    color: #fff;
    border-radius: 0px;
    padding: 8px;
    box-shadow: 2px 3px 8px #9ea0a3;
    margin-right: 15px;
    padding: 10px 22px;
    margin-top: 12px;
    border-radius: 5px;
}
#frmDetails button.btn span {
    margin-left: 13px;
}

.theme-inner-banner {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
}
[type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #a10559 !important;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog-inner-page h4 {
    font-size: 22px;
    font-weight: 500;
    color: #a10559;
    font-size: 19px;
    font-weight: 400;
    text-transform: initial;
}
.form-control:focus {
    border-color: #a10559;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgb(255, 200, 230), 0 0 8px rgb(254, 195, 226);
} 


