#backtoblog {
  display: none;
}

.language-switcher,
.screen-reader-text {
  display: none;
}

#cnt_btn_credenciales {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 2.5em;
}

#btn_credenciales {
  font-size: 1.3em;
  padding: 0.3em 0.6em;
  background-color: #2D8A9C;
  color: #fff;
  border-top-color: rgb(255, 255, 255);
  border-right-color: rgb(255, 255, 255);
  border-bottom-color: rgb(255, 255, 255);
  border-left-color: rgb(255, 255, 255);
  --button_margin-top: 0px;
  --button_margin-right: 0px;
  --button_margin-bottom: 0px;
  --button_margin-left: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 900;
  border-width: 0 0 0 0;
  border-style: solid;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: uppercase;
  border-radius: 0.3em;
}

#btn_credenciales:hover {
  background-color: #134A5D;
}

#cnt_panel_login {
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#cnt_panel_login .wp-login-logo a {
  margin-bottom: 0;
}
#cnt_panel_login #tit_login {
  background-color: white;
  margin-bottom: -2.5em;
  position: relative;
  z-index: 600;
  padding: 0.5em 2em;
  border-radius: 99em;
}
#cnt_panel_login #tit_login h3 {
  font-size: 2em;
  color: #1F7180;
}
#cnt_panel_login #subcnt_panel_login {
  width: 100%;
  background-color: #fff2d7;
  border-radius: 1em;
  position: relative;
  padding: 1em;
  margin: 1em;
  max-width: 35em;
}
#cnt_panel_login #subcnt_panel_login #login {
  width: 100%;
}
#cnt_panel_login #subcnt_panel_login #login #loginform {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  border: none;
}
#cnt_panel_login #subcnt_panel_login #login #loginform label {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}