/**
 * @file less/pages/userRegister.less
 *
 * Copyright (c) 2014-2020 Simon Fraser University
 * Copyright (c) 2003-2020 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * @brief Stylesheet for register page (without forms)
 *
 */

.page_register .consent, .page_register .reviewer {
	margin-top: 30px;
	font-family: @font-family-primary;
}

.buttons {
	margin-top: 40px;
}

.submit.btn-primary {
	margin-right: 6px;
}
