.border-utm {
    border-color: #872d49 !important;
}

.bg-utm {
    background-color: #872d49 !important;
}

.bg-utm-2 {
    /*background-color: #872d49!important;*/
    background-image: radial-gradient(#f0de9c,#872d49)!important;
}

.text-utm {
    color: #872d49 !important;
}

.btn-utm {
    color: #ffffff !important;
    background-color: #872d49 !important;
    border-color: #872d49 !important;
}

.select2-results__option{
	color: #000000 !important;
}

.swal2-icon{
	font-size: 1.2em !important;
}

.swal2-icon .swal2-warning{
	font-size: 12px !important;
}

.table .thead-brand th {
  color: #fff;
  background-color: #5b1d30;
  border-color: #791434;
}

.table .tbody-brand td {
  border: 1px solid #791434;
}

.text-brand{
	color: #5b1d30;
}

.m-login.m-login--1 .m-login__content {
		padding: 10rem 10rem 10rem 10rem !important;
    background-attachment: initial !important;
    background-size: cover !important;
}

button#m_login_signin_submit.btn.btn-focus,
button#m_login_admin_submit.btn.btn-focus,
button#m_login_jury_submit.btn.btn-focus,
button#m_login_signup_submit.btn.btn-focus,
button#m_login_forget_password_submit.btn.btn-focus {
    color: #fff;
    background-color: #872d49 !important;
    border-color: #872d49 !important;
}

button#m_login_signup.btn.btn-outline-focus,
button#m_login_signup_cancel.btn.btn-outline-focus,
button#m_login_admin_cancel.btn.btn-outline-focus,
button#m_login_jury_cancel.btn.btn-outline-focus,
button#m_login_signin_cancel.btn.btn-outline-focus,
button#m_login_forget_password_cancel.btn.btn-outline-focus {
    color: #872d49 !important;
    background-color: #ffffff !important;
    border-color: #872d49 !important;
}
