/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

.woocommerce.oceanwp-child-login .form-row-first {
	float: none;
	width: 100%;
	margin-right: 0px;
}

.woocommerce.oceanwp-child-login .form-row-last {
	float: none;
	width: 100%;
}

.woocommerce .oceanwp-loginform-wrap .lost_password {
    line-height: normal;
    padding-top: 0px;
}

.woocommerce .woocommerce-form-login .register {
    text-align: center;
}

.woocommerce .oceanwp-registerform-wrap .register-heading {
    margin-bottom: 35px;
    text-align: center;
    font-size: 50px;
    color: #333;
    line-height: 1;
    font-weight: bold;
    opacity: 1;
}

.woocommerce .oceanwp-registerform-wrap form {
    width: 560px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaeaea;
}

.woocommerce .oceanwp-registerform-wrap .form-row button.woocommerce-button.button.woocommerce-form-register__submit {
    width: 70%;
    display: block;
    margin: auto;
    padding-top: 15px;
}

.woocommerce .woocommerce-MyAccount-tabs {
    display: none;
}

.woocommerce .woocommerce-MyAccount-content {
    width: 100%;
}