.login-buttons-wrapper{
	border-radius: 31.5px;
	background: var(--1-main-white, #FFF);
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.10);
	display: flex;
	margin-bottom: 50px;
}

.login-buttons-wrapper .login-button{
	border-radius: 31.5px;
	background: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	height: 60px;
	margin: 0;
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	color: var(--primary-color);
}

.login-buttons-wrapper .login-button:hover{
	color: var(--primary-color);
}

.login-buttons-wrapper .active-button{
	border-radius: 31.5px;
	background: var(--primary-color);
	color: #FFF!important;
	box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.10);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	height: 60px;
	margin: 0;
	width: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}




.account-container>.row{
	justify-content: center;
}


.login-form-inner-row{
	max-width: 800px;
	width: 100%;
}

.login-form-wrapper{
	display: flex;
	justify-content: center;
}

.login-form-wrapper .woocommerce-button{
	border-radius: 8px;
	width: 100%;
}



@media (min-width: 850px) {
    .woocommerce-account .page-wrapper {
        padding-top: 60px;
        padding-bottom: 123px;
    }
}