.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 .woocommerce-LostPassword{
	text-align: center;
}

.woocommerce-form-register .password-input{
	margin-bottom: 2rem;
}

.woocommerce-password-strength{
    font-weight: 500 !important;
}

#customer_login .woocommerce-LostPassword a,
.toon_register,
p:has(.toon_login),
.toon_login{
	font-weight: 300;
	color: var(--blauw);
	font-size: 1.4rem;
	transition: 0.3s color;
}

.toon_register:hover,
.toon_login:hover,
.toon_register:focus,
.toon_login:focus{
	color: var(--hovergroen);
}

.woocommerce-lost-password #content form.woocommerce-ResetPassword .woocommerce-Button{
	margin-top: 2rem;
}

.woocommerce-lost-password #content form.woocommerce-ResetPassword,
#customer_login div:not(.gform_wrapper) form,
#customer_login .gform_wrapper{
    width: 100%;
    margin-inline: auto;
    max-width: 54rem;
	background: var(--grijs);
	border: none !important;
    padding: 3rem;
    border-radius: 0;
}

.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)
{
    
}