.login-form > div > a > svg {
	height: 65px;
}

.login-form > div > a {
	margin: 0 auto 1rem auto;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:focus,
.login-form input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

.login-form input:-webkit-autofill {
	-webkit-text-fill-color: #6c7293 !important;
}

.login-form .form-control {
	color: #6c7293 !important;
}
