/* Login Page */


main {
  min-height: 80vh !important;
}

.entry-title {
	top: 141px;
	left: 413px;
	width: 555px;
	height: 68px;
	text-align: left;
	font: normal normal bold 46px/68px Oswald;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	opacity: 1;
}

.u-column1 > h2, .u-column2 > h2{
	top: 240px;
	left: 413px;
	width: 64px;
	height: 39px;
	text-align: left;
	font: normal normal bold 26px/39px Oswald;
	letter-spacing: 0px;
	color: #FFFFFF !important;
	text-transform: uppercase;
	opacity: 1;	
}

.u-column1 > .woocommerce-form, .u-column2 > .woocommerce-form {
	border: 1px dashed #37B149 !important;
	border-radius: 4px !important;
	opacity: 1;
	
}


.woocommerce-form-row > label {
	text-align: left;
	font: normal normal normal 16px/19px Montserrat !important;
	letter-spacing: 0px !important;
	color: #FFFFFF !important;
	opacity: 1;
	padding-bottom: 11px;
}

.woocommerce-Input {
	background: #242424 0% 0% no-repeat padding-box !important;
	border: 1px solid #37B149 !important;
	border-radius: 4px !important;
	opacity: 1;
	
	width: 460px;
	height: 156px;
}

input {
  color: white !important;
}

button.woocommerce-button {
	background: #37B149 0% 0% no-repeat padding-box !important;
	border-radius: 4px !important;
	opacity: 1;	
	
	font: normal normal medium 16px/19px Montserrat !important;
	font-weight: 500 !important;
	letter-spacing: 0px !important;
	color: #FFFFFF !important;
	text-transform: uppercase !important;
	
	width: 160px !important;
	height: 56px !important;
}

button.show-password-input {
  background-image: url("data:image/svg+xml,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%23FFFFFF'/></svg>");
}

.entry-title {
	padding-left: 0 !important;
}



@media (min-width: 1200px) {
	form.woocommerce-form{
		height: 300px !important;
	}
}

@media (min-width: 992px) {
	form.woocommerce-form{
		height: 350px !important;
	}
}

@media (min-width: 768px) {
	form.woocommerce-form{
		height: 400px !important;
	}
}
