/**
 * @file less/components/registrationForm.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 journal's registration form
 *
 */

.register-form-legend {
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

.form-group.middle-name {
	margin-bottom: 39px;
}

.identity, .login-data {
	margin-top: 40px;
}

// tag-it

.reviewer {
	margin-top: 40px;
	margin-bottom: 40px;

	& legend {
		margin-bottom: 20px;
	}
}

.reviewer_interests {
	margin-top: 10px;

	& .label {
		margin-top: 7px;
		margin-bottom: 7px;
	}
}

#tagitInput {
	border-bottom: 1px solid #ced4da;
}

.tagit-choice-editable {
	background-color: @primary-colour;
}

.text-icon {
	color: @primary-colour;
}

ul.tagit li.tagit-choice .tagit-close .text-icon {
	display: inline;
}
