.btn-primary:hover, .btn-primary:visited, .btn-primary:focus { opacity: 0.8 !important; } .btn-primary:disabled { opacity: 0.8 !important; cursor: not-allowed !important; } .btn-primary { background: #FF6700 !important; border-color: #FF6700 !important; color: #ffffff !important; } .btn-secondary:hover, .btn-secondary:visited, .btn-secondary:focus { opacity: 0.8 !important; } .btn-secondary:disabled { opacity: 0.8 !important; cursor: not-allowed !important; } .btn-secondary { background: #FF6700 !important; border-color: #FF6700 !important; color: #ffffff !important; } .btn-tertiary:hover, .btn-tertiary:visited, .btn-tertiary:focus { opacity: 0.8 !important; } .btn-tertiary:disabled { opacity: 0.8 !important; cursor: not-allowed !important; } .btn-tertiary { background: #8CC440 !important; border-color: #8CC440 !important; color: #ffffff !important; } a { color: #FF6700 !important; } a:hover { opacity: 0.8 !important; } .form-control:focus { border-color: #FF6700 !important; }