.login {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	padding: (@gutter * 2);
	width: 100%;
	min-height: 100vh;
	background: @white;
}

.login-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	.font-size(2);
	color: @dark-grey;
	text-align: center;

	svg {
		fill: @light-grey;
	}
}

.login-form {
	margin: auto;
	width: 100%;
	max-width: 360px;
}