/*
Theme Name: Fluid Child
Theme URI:  https://owmservicesdemo.wirelesshelp.com/
Author:     #
Author URI: https://owmservicesdemo.wirelesshelp.com/
Template:   fluid
Version:    1.0
License:   #
*/
.page-template-my-accounts.userLogout h2{
    text-align: center;
}
.page-template-my-accounts.userLogout .woocommerce-form-login,
.woocommerce-lost-password .lost_reset_password{
    width: 461px;
    margin: 0 auto !important;
    border: 1px dashed #e5e5e5;
    padding: 21px;
}
.page-template-my-accounts.userLogout .woocommerce-form-login button,
.woocommerce-lost-password .lost_reset_password button{
    width: 100% !important;
}

@media only screen and (max-width:700px){
    .page-template-my-accounts.userLogout .login,
	.woocommerce-lost-password .lost_reset_password {
        width: 90%;
    }
}