input:focus{
    outline: none !important;
    border:1px solid #CC1A1A!important;
    box-shadow: 0 0 10px #790808!important;
}

.btn-primary{
    background-color: #CC1A1A;
    border-color: #b01515;
}

.btn-primary:hover{
    background-color: #b01515;
    border-color: #b01515;
}