/*
 Theme Name:   Wagyu Cattle Database Theme
 Theme URI:    http://example.com/wagyutheme/
 Description:  Very basic Wagyu Cattle Database Theme
 Author:       PeppaCode
 Author URI:   http://peppacode.com.au
 Version:      1.0.2
 Text Domain:  wagyutheme
*/

body {
  background: #fff;
  font-family: Arial;
  margin: 0;
}
#one_column_wrapper {
  max-width: 1080px;
  width: 80%;
  margin: 0 auto;
}
.wagyu_banner {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
.wagyu_banner img {
  max-width: 250px;
}
.mymembers-form-field {
  margin-bottom: 10px !important;
}
.mymembers-form-field label {
  
}
.mymembers-form-field input[type="text"],.mymembers-form-field input[type="password"] {
  background: white !important;
  width: 90% !important;
}
.mymembers-form-field #wp-submit {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background: #444;
  color: white;
  margin: 15px 0 10px !important;
  min-width: 90px;
}
a.contact_email {
  font-weight: 600 !important;
}
@media (max-width: 980px) {
  .et_divi_builder #et_builder_outer_content .et_pb_column {
    margin-bottom: 0px !important;
  }
  .login-text-inner {
    width: 80%;
    max-width: 400px;
    margin: 0 auto !important;
  }
}