.btn-add {
    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 22px rgb(248 14 40) !important;
}

.modal .btn-primary{
	    background: #f80e28 !important;
    color: #ffffff !important;
}


.start-btn {
    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgb(248 14 40) !important;
}

.success-card .btn{
	    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgb(248 14 40) !important;
}

.success-card .icon{
	background: #f80e28 !important;
}


.login-card .btn.yellow{
		    background: #f80e28 !important;
    color: #ffffff !important;
    box-shadow: 0 6px 24px rgb(248 14 40) !important;
}


.btn.yellow {
    background: #f80e28 !important;
    color: #ffffff !important;
}

.btn-primary:hover{
    background: #f80e28 !important;
    color: #ffffff !important;
}

.btn-primary{
    background: #f80e28 !important;
    color: #ffffff !important;
	    box-shadow: 0 6px 24px rgb(248 14 40) !important;
	
}