.f_signup {
	margin: 100px 0;
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	box-shadow: -20px 20px 20px -20px rgba(0,0,0,0.41);
}

.f_signup form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	padding: 50px;
	height: fit-content;
}

.f_signup h1, .f_signup_fullLine, .f_signup_note {
	grid-column: 1 / 3;
}

.f_signup h1 {
	padding: 0;
	margin:0;
	margin-bottom: 30px;
	font-family: Lora;
	font-weight: normal;
	font-size: 35px;
	text-align:left;
}

.f_signup_note {
	padding: 3px;
	text-align: center;
}

.f_signup_note a {
	color: #D6489E;
	text-decoration: none;
	font-weight: bold;
}

.f_signup input[type="text"],
.f_signup input[type="email"],
.f_signup input[type="password"],
.f_signup input[type="tel"],
.f_signup select {
	border-radius: 5px;
	background: #eeeeee;
	border: none;
	height: 55px;
	padding-left: 15px;
	color: #787878;
	font-size: 16px;
}

.f_signup option {
	background-color: #fff;
}

.f_signup button {
	grid-column: 1 / 3;
	cursor: pointer;
	text-decoration: none;
	background: #e9ad01;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	height: 55px;
}

.f_signup button:disabled {
    background: #e9ad01aa;
    cursor: not-allowed;
}

.f_signup_control {
	display: flex;
	flex-direction: column;
}

.f_signup input[type="radio"] {
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 15px;
}

.f_signup_labelRadio {
	padding-right: 15px;
	display: inline-block;
}


.f_signup p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;

}

.f_signup span {
	color: red;
}

.f_signup_error {
	grid-column: 1 / 3;
	color: red;
	text-align: center;
}

.f_signup_background {
	background-image: url(/wp-content/themes/freehold/signup/background.jpg);
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	height: calc( var(--f_sharedContainer_width) / 2 * 1.37 );
	padding: 70px;
}

.f_signup_background h2 {
	padding: 0;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 43px;
    padding-bottom: 0px;
}

.f_signup_background section {
    background: #e9ad01;
    height: 5px;
    width: 165px;
    margin-bottom: 30px;
    margin-left: -30px;
}

.f_signup_background p {
	max-width: 460px;
	font-size: 20px;
	line-height: 25px;
}
