/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

#affwp-login-form , #affwp-register-form {
margin:25px auto;padding:20px;
border:1px solid #E8E8E8;background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #FDFDFD), color-stop(100%, #EEEEEE));background-image:-moz-linear-gradient(90deg, #FDFDFD 0%, #EEEEEE 100%);-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;-moz-box-shadow:3px 3px 3px rgba(50,50,50,0.28);-webkit-box-shadow:3px 3px 3px rgba(50,50,50,0.28);box-shadow:3px 3px 3px rgba(50,50,50,0.28);
}