body {
	background-color: #e0e0e0;
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.login-image {
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: contain;
	width: 100%;
	height: 100vh;
}

.mt {
	margin-top: 30vh;
}

.col-login {
	background: rgba(255,255,255,.7);
	height: 100vh;
	position: relative;
	-webkit-box-shadow: 11px 5px 37px -16px rgba(0,0,0,0.53); 
	box-shadow: 11px 5px 37px -16px rgba(0,0,0,0.53);
	backdrop-filter: blur(3px);
}

.bg-particle {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
}

a, .btn {
	cursor: pointer!important;
}

.card-login {
	color: rgb(130,130,130);
	padding: 30px;
	margin: 0;
	width: 93%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.card-title {
	margin-bottom: 20px;
}

.inputs input {
	margin-bottom: 15px;
}

.btn-entrar,
.btn-registrar,
.btn-voltar {
	margin-top: -2px;
	padding: 2px 20px;
	border-radius: 2px;
	color: #a42024;
	font-size: 15px;
	border: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(130,130,130);
	transition: .1s;
}

.btn-entrar i, .btn-voltar i, .btn-registrar i {
	width: 20px;
	height: 20px;
}

.btn-entrar, .btn-registrar {
	float: right;
	color: rgba(22, 36, 62, .5);
}
.btn-voltar {
	float: left;
	color: #888;
}

.btn-entrar:hover, 
.btn-voltar:hover,
.btn-registrar:hover {
	transform: translateX(2px);
	color: rgba(22, 36, 62, 1)!important;
}

input.form-control {
	border: none;
	border-bottom: 1px solid #888;
	border-radius: 1px;
	background: rgba(255,255,255,.3);
	transition: .3s;
}
input.form-control:focus {
	background: rgba(255,255,255,.6);
}

@media (max-width: 1200px) {
	.card-login {
		padding: 15px 10px;
	}
}

@media (max-width: 1024px) {
	.btn {
		margin-top: -5px;
	}
	.login-strip {
		padding-top: 30%;
	}
}