.title-bg{
    background: linear-gradient(-154deg,#616d86,#1f1c2c);
    color: white;
	font-weight: bold;
}
.title-bg-sub{
    background: linear-gradient(-154deg,#324160,#9e9da4);
    color: rgb(0, 0, 0);
}
.card-bg-danger {
    background-color: #df5e5478 !important;
}

.coc-title{
	color: red;
	text-transform: capitalize;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.coc-auth-layout-wrap .coc-auth-content{
	margin-bottom: 0px !important;
}
.coc-logo{
	width: 135px;
	height: 135px;
}
.coc-right-bg a{
	font-size: 16px;
}
.coc-or{
	font-size: 13px;
}

@media (max-width:767px) {
	.auth-right {
	    padding: 10px 15px !important;
	}
	.coc-title{
		font-size: 18px;
	}
	.coc-logo{
		width: 100px;
		height: 100px;
	}
	.coc-right-bg a{
		font-size: 12px;
	}
	.coc-or{
		font-size: 11px;
	}

}