login {
	.btn-register {
		display: none !important;
	}
	login-fieldset {
		display: block;
		margin-bottom: 1rem;
	}
	.pull-left {
		width: 50%;
		min-width: 160px;
		& .btn-primary {
			width: 100%;
		}
	}
}
.registration-page {
	.btn-primary {
		width: 50%;
		min-width: 160px;
	}
	.three-column-row {
		gap: 3rem;
		@media (max-width: 920px) {
			flex-direction: column;
			& > * {
				flex: initial;
			}
		}
	}
}