/*
Theme Name: JVRM theme
Theme URI: http://desarrollo.want.cl/
Author: Want Ltda.
Author URI: https://want.cl/
Version: 1.0
Description: JVRM theme.
*/
body.login {
    background-image: url(/wp-content/uploads/2023/05/230405-embalse-el-yeso-abril-2023.jpeg);
    position: relative;
    background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  background-attachment: fixed;
  display: table;
  min-height: 100vh;
  width: 100%;
  height: auto;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  padding:40px 0 0 !important;
  }

  .login h1 a, .login .wp-login-logo a {
    background-image: url(/wp-content/uploads/2023/03/JVRM_Logo-monocromo-oscuro-1.png ) !important;
    width: 231px !important;
    height: 139px !important;
    background-size: contain !important;
    margin-bottom: 54px !important;
    pointer-events: none;
  }

  #language-switcher {
    display: none;
  }


  #wp-submit {
    display: block;
    width: 100%;
    background:#153587;
    border-color:#153587;
    color: white;
    box-shadow: 0 0 0px rgba( 0,0,0,0.8 );
    border-radius:5px;
    padding:5px;
    margin-top: 10px;
  }

  #wp-submit:hover {
    display: block;
    width: 100%;
    background:rgba(1,156,200,.75);
    border-color:rgba(1,156,200,.75);
    color: #153587;
  }

  #nav a,
  #backtoblog a {
    color: white !important;
  }

  .dashicons.dashicons-visibility {
    color: #153587;
  }

  .login input[type="text"], .login input[type="password"] {
    box-shadow: none;
    border:1px solid #C3C4C7;
    background:#FFF;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-right: 0;
    border-radius: 0 !important;
  }

  .login form .input, .login form input[type="checkbox"], .login input[type="text"] {
    background:#fff;
    border-radius:0 !important;
  }
  input[type="checkbox"] {
    border:1px solid #C3C4C7;
  }