

.custom-logo {
    border-radius: 5px;
    border: 1px #667eea solid;
}

.custom-hr {
	margin: 20px 0;
	padding: 0;
	height: 1px;
	border: none;
	background: linear-gradient(to right, transparent 50%, #fff 50%), 
				linear-gradient(to right, blue, red);
	background-size: 33px 2px, 100% 2px;
}


.custom-bg {
    background: #520DEE;
    background: -webkit-linear-gradient(left, #520DEE, #DD1481);
    background: -moz-linear-gradient(left, #520DEE, #DD1481);
    background: linear-gradient(to right, #520DEE, #DD1481);
}


.modal-backdrop {
    position:unset !important;
}


.modal-content {
    border: 2px solid #fff !important;
}


.custom-border {
    border: 1px solid #00000010 !important;
}