/**
 * WP Members front-end styles.
 *
 * Scope:
 * - Login, registration, and restricted message layout.
 *
 * Notes:
 * - CSS declarations are preserved from the original all-in-one file.
 * - These rules depend on WP Members plugin markup and IDs.
 */

/************** WP MEMBERS BEGINS ****************/

/* Make the main WP Members containers full width. */
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg{
	width: 100%;
}

/* Style the restricted content message block. */
#wpmem_restricted_msg{
	background-color: #ffffff;
	margin: auto;
	padding: 50px 25% 10px 25%;
}

/* Style the WP Members login form wrapper. */
#wpmem_login_form{
	background-color: #ffffff;
	margin: auto;
	padding: 10px 25% 50px 25% !important;
}

/************** WP MEMBERS ENDS ****************/
