﻿/* -----------------------------------------------
Account Page Styles
----------------------------------------------- */

.rs-account-view {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rs-account-content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: left;
	width: 95%;
	max-width: 960px;
}
