﻿.startlog
{
	/*background-image: linear-gradient(330deg, #009f9a 0%, #e2e2e2 100%) !important;*/
	background: linear-gradient(to bottom right, rgb(30, 12, 35), rgb(20, 20, 20));
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.loader
{
	background-image: linear-gradient(rgba(20, 20, 20, 0.3), rgba(60, 60, 60, 0.3)), url('../images/loader/bg.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-size: 100% 100%;*/
	backdrop-filter: blur(1px);
	-webkit-backdrop-filter: blur(10px);
}

.divider-ribbon
{
	border-left: 1px solid #57585d;
}

@media (max-width: 768px)
{
	.center.slider
	{
		width: 100%;
		margin: 20px auto;
	}

	.center.slider > div
	{
		margin-bottom: 1rem;
	}
}


