.bg-c {
	background-image: linear-gradient(#132758, #7e8daf);
	background-size: cover;
}

.box-c {
	margin-top: 10rem;
	margin-bottom: 10rem;
}

.login-image-c {
	background: url(/assets/img/login_logo_text.png?v=1) center/50% no-repeat,
		url(/assets/img/login_logo.png?v=1) center/cover no-repeat;
}

.c1 {
	padding: 10rem 3rem !important;
}

.btn-c {
	color: #fff;
	background-color: #132758;
}
