body {
    background: #ffffff !important;
  }

  #loginform {
    border-radius: 8px;
    font-family: 'steradian_regular', sans-serif !important;
  }

  input[type=password]:focus,
  input[type=text]:focus {
    border-color: #536368 !important;
    box-shadow: 0 0 0 1px #536368 !important;
    outline: 2px solid transparent !important;
    font-family: 'steradian_regular', sans-serif !important;
  }

  .dashicons-visibility:before {
    content: "\f177";
    color: #F9A67D;
  }

  .wp-core-ui .button-primary {
    background: #F9A67D !important;
    border-color: #F9A67D;
    border: 0 !important;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
  }

  #login h1 a,
  .login h1 a {
    background-image: url("/wp-content/themes/allinagency-palrobotics/theme/image/palrobotics.png");
    height: 54px;
    width: 200px;
    background-size: 200px 54px;
    background-repeat: no-repeat;
    display: block;
    /* Para que el enlace abarque todo el tamaño del logo */
  }