@charset "UTF-8";

/* Generic */

@font-face {
	font-family: openSans;
	font-weight: 900;
	src: url(/fonts/OpenSans-Bold.ttf);
}

@font-face {
	font-family: openSans;
	font-weight: 600;
	src: url(/fonts/OpenSans-Semibold.ttf);
}

@font-face {
	font-family: openSans;
	font-weight: 400;
	src: url(/fonts/OpenSans-Regular.ttf);
}

.form-title {
	font-family: 'Helvetica';
	font-size: 24px;
	font-weight: bold;
	color: #959595;
	margin: 0 0 20px 8px;
}

.input-label {
	font-size: 13px;
	font-weight: 700;
	margin: 0 0 6px 8px;
}

.body-color-form {
	background-color: #f2f2f2;
}

.btn-text-width {
	min-width: 120px;
	margin-bottom: 10px;
}

.btn-icon-width {
	min-width: 80px;
	margin-bottom: 10px;
}
