/*------------ Contact and Login forms ------------*/
#Form_Form, #MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm {
  position: relative;
  padding: 0px 0 75px 0;24.07.2017
}

#Form_Form label, #MemberLoginForm_LoginForm, #MemberLoginForm_LostPasswordForm {

}
#Form_Form .left {
  margin-top: 15px;
}
#Form_Form .required {
  color: red;
  float: right;
}

input,
textarea {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  border: 1px solid #cecece;
  background-color: #fff;
  font:16px/41px 'Open Sans';
  color: #868686;
  padding: 0 14px;
  height: 41px;
  resize: none;
}
#Form_Form .dropdown {
  color: #000;
  width: 100%;
}

#Form_Form textarea {
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 201px;
  border-radius: 0;
  border: 1px solid #cecece;
  background-color: #fff;
  font:16px/41px 'Open Sans';
  color: #868686;
  padding: 0 14px;
  resize: none;
}

.field {
    margin: 0 0 25px 0;
}





input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  visibility: hidden;
  margin:0;
  padding: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
  cursor: pointer;
}




input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
    content:' ';
    display:inline-block;
    width: 17px;
    height:17px;
    position: relative;
    top:4px;
    left: -40px;
    border: 1px solid #cecece;
    background: white;
    margin-right: -30px;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#cecece;
  box-shadow: inset 0 0 0 2px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background: #333333;
  box-shadow: inset 0 0 0 2px white;
}


#Form_Form ul {
	margin: 0;
	padding: 0;
	list-style: none;
    }

#Form_Form li {
	margin: 0;
	padding: 0 10px 0 0;
    }

.Actions {
  padding: 25px 15px 0 0;
}

#ForgotPassword {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;

}

.action, .resetformaction {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 31px;
	font: 16px/42px 'Open Sans';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border: 0;
	background: #7b1142;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	width: auto;

}


.action:hover,  .resetformaction:hover {
	color: #ffffff;
	background: #000000;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}



















/*------------ End forms ------------*/