body {
	background-color: #fff !important;
}
a{
	color:#AD1982;
	text-decoration: underline;
}
h3{
	color:#42145F !important;
}
.login-button
{
	color: #ffffff;
    background: #0c7f88;
}
.btn-violet{
	background: #5A287D;
}
.accordion-button.collapsed {
    color: #AD1982;
}
.form-check-input:checked {
    background-color: #AD1982;
    border-color: #AD1982;
}
.form-check .form-check-input{
	 border-color: #AD1982;
}
.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem #AD1982;
}
.nav-font{
	    font-size: 0.9rem;
}
.nav-sec-padding{
	    padding: 0.75rem 0.5rem;
}
.text-underline-none{
	text-decoration: none !important;
}
.color-white{
	color: #FFFFFF !important;
}
.bg-violet{
	background: #5A287D;
    color: #FFFFFF;
    border: 1px solid #5A287D;
    border-bottom: 0px solid #ffffff;
	padding: 0.5rem 1rem;
	font-size: 1.25rem; 	
}
.bg-dark-violet{
	background: #34144a;
    color: #FFFFFF;
    border: 1px solid #5A287D;
    border-bottom: 0px solid #ffffff;
	padding: 0.5rem 1rem;
	font-size: 1.25rem; 
}
.navbar-top{
	background: #5A287D !important;
}
.nav-logo{
	    height: 54px;
    width: 155px;
}
.text-right{
	text-align: right !important;
}
.text-center{
	text-align: center !important;
}
.border-warning{
	    border: 2px solid #e4e41b !important;
}