body {
    background: #f0f0f1;
    min-width: 0;
    color: #3c434a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

/* container do form */
.login-action- {
  background: #f0f0f1;
  min-width: 0;
  color: #3c434a;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.4;
}
.ar-login-form {
  width: 320px;
  padding: 5% 0 0;
  margin: auto;
}

#loginform {
  margin: 24px 0;
  padding: 26px 24px;
  font-weight: 400;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ar-login-form h2 {
  font-family: "Segoe UI";
  margin-bottom: 20px;
  font-size: 1.4em;
  text-align: center;
}

/* inputs e botões gerados pelo wp_login_form */
.ar-login-form p {
  margin-bottom: 15px;
}
.ar-login-form label {
  font-family: "Segoe UI";
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 3px;
}
.ar-login-form input[type="text"],
.ar-login-form input[type="password"] {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.ar-login-form input[type="submit"] {
  width: 100%;
  padding: 10px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.ar-login-form input[type="submit"]:hover {
  background: #006799;
}
/* link de esqueceu senha */
.ar-login-form .forgetmenot,
.ar-login-form a {
  font-size: 0.85em;
  color: #0073aa;
}
.ar-login-form .forgetmenot a:hover {
  text-decoration: underline;
}
