/* CUSTOM CSS */

.mt-40 {
	margin-top: 40px;
}

p {
	font-size: 16px!important;
}

.red {
	color: red!important;
}

.bold {
	font-weight: bold!important;
}

.m0 {
	margin: 0;
}

.required_txt {
	color: red;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}

.required:after{ 
    content:'*'; 
    color:red; 
    padding-left:3px;
}

.backend-logo {
	background-color: green;
	color: white;
	border-bottom: 0 solid transparent;
}

.img-center {
	display: block;
	margin: 0 auto;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}