body {
	background-image: url("../img/company/rim.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.login-card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
	border-color: #0d6efd;
	border-radius:20px 0px 20px 0px
	/* background: linear-gradient(150deg, #0d6efd, #6610f2 100%); */
}

.text-black {
	color: #000000 !important;
}

.login-lable {
	font-weight: 800;
	color: black !important;
}

.login-btn {
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.6);
	border-color: #0d6efd;
	background: linear-gradient(150deg, #ffffff, #0d6efd 100%);
	width: 100%;
	height: 60px;
}

.text-small {
	font-size: small;
}

a:hover {
	text-decoration: none;
}

.mutar {
	animation: rotate 1s infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
