/* SIZES */
/* Colors */
@font-face {
  font-family: "Gotham Medium";
  src: url("/wp-content/themes/ferrero-catalog/assets/fonts/gotham/Gotham-Medium.eot");
  src: url("/wp-content/themes/ferrero-catalog/assets/fonts/gotham/Gotham-Medium.woff") format("woff"), url("/wp-content/themes/ferrero-catalog/assets/fonts/gotham/Gotham-Medium.ttf") format("truetype");
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-family: "Gotham Medium";
}

#login {
  position: relative;
  box-sizing: border-box;
  padding: 16px 32px 24px;
}
#login h1 a {
  margin: 0 auto;
  width: 200px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#login a {
  text-decoration: none;
  font-weight: bold;
}
#login #backtoblog {
  display: none;
}
#login .privacy-policy-page-link {
  margin: 0;
}
#login:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: auto;
  bottom: -18px;
  padding: 0 0 10% 0;
}

#loginform {
  background-color: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
#loginform label[for=user_login],
#loginform label[for=user_pass] {
  display: none;
}
#loginform input[type=text],
#loginform input[type=password] {
  padding: 0;
  margin: 0 0 16px 0;
  border-radius: 0;
  border-width: 0 0 1px 0;
  background-color: transparent;
  box-shadow: none;
  text-align: center;
  font-family: "Gotham Medium";
  font-size: 100%;
}
#loginform input[type=text]:focus,
#loginform input[type=password]:focus {
  outline: none;
}
#loginform p.AcceptTerms,
#loginform p.forgetmenot,
#loginform p.submit {
  display: block;
  margin: 8px 0 0 0;
  width: 100%;
}
#lostpasswordform {
  border: none;
  padding: 0;
}
#lostpasswordform label {
  text-align: center;
}
#lostpasswordform #user_login {
  font-size: 100%;
  margin: 0;
  text-align: center;
}
#lostpasswordform p.submit {
  width: 100%;
}
#lostpasswordform p.submit input {
  margin: 16px auto 0 !important;
  width: 100%;
  float: none;
}

#nav {
  text-align: center;
}

.wp-core-ui .button-primary {
  font-family: "Gotham Medium";
  color: #ba975d;
  border-radius: 6px;
  border: 2px solid #ba975d;
  background-color: transparent;
}
.wp-core-ui .button-primary:hover {
  background-color: transparent;
  border: 2px solid #ba975d;
  color: #ba975d;
}

/*# sourceMappingURL=main.css.map */
