/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.formRights {
	background-color: white;
	border-radius: 50px;
	padding: 1% 5%;
}

.formRights input[type=submit] {
	color: white;
	background-color: #ADC539;
}
.formRights label {
	size: 100%;
}
.formRights .col-2 {
}
.formRights label, .formRights input, .formRights textarea {
	margin-left: 25%;
	width: 50%;
}
