#gform_wrapper_4,
#gform_confirmation_wrapper_4{
	margin-top: 6.5rem;
}

.woocommerce_my_account{
    background: none !important;
    padding-bottom: 0 !important;
}

.wrap_login_forms{
	width: 100%;
	max-width: 41rem;
    margin: 0 auto;
}

.jumbotron h2{
    font-size: 4.2rem;
    font-weight: 500;
    line-height: 4.4rem;
    text-align: center;
}

.jumbotron .gform_wrapper h2{
    text-align: left;
}

.woocommerce .col2-set, .woocommerce-page .col2-set{
    width: 100%;
}

.woocommerce_my_account{
    padding-top: var(--jumbotron-standard-margin);
}

.u-column2{
    display: none;
}

.register_check{
    margin-bottom: 6rem !important;
}

#customer_login div:not(.gform_wrapper) form{
	width: 100%;
    background: var(--lichtgrijs);
    border: none;
    border-radius: 1rem;
    padding: 3rem;
}

.woocommerce.row{
    justify-content: center;
}

.woocommerce.row .woocommerce-notices-wrapper, .woocommerce.row .lost_reset_password,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    padding: 0;
    width: 100%;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit{
	width: 100%;
	text-align: center;
    justify-content: center;
}

.woocommerce-privacy-policy-text p{
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 0;
}

.lost_password{
    margin-bottom: 0 !important;
}

.login_register_switch{
	display: flex;
	column-gap: 3rem;
	justify-content: center;
	margin-bottom: 4rem;
}

.login_register_switch a{
	color: #1c1c1c;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none !important;
	line-height: 3rem;
	border-bottom: solid 0.3rem #1c1c1c;
    padding-bottom: 0.3rem;
}

.login_register_switch a:not(.active_switch){
	opacity: 0.4;
	border: none;
}

@media (max-width:767px)
{		
	
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}