/******************
  * 
  * LOGIN
  * 
  * **************/
.form-type-password {
  position: relative;
}

.shwpd {
  position: absolute;
  margin: 0;
  right: 35px;
  top: 38px;
}

#auth_box {
  width: 390px;
}

#auth_box #the_logo img {
  width: 200px;
}

#auth_box #middle_part {
  padding: 40px;
}

#auth_box #middle_part h1.page-header {
  font-size: 1em;
}

#auth_box #middle_part input {
  max-width: 90%;
}

#auth_box #bottom_part {
  background-color: var(--verde);
  padding: 20px 0;
}


#block-femecv-tramitacionlicencias img {
  max-width: 80%;
  height: auto;
  padding: 20px 50px;
}

#bottom_part {
  display: flex;
  justify-content: space-around;
}

#bottom_part div {
  display: inline;
}

#bottom_part div.back_link {
  display: none;
}

#bottom_part div a {
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--negro);
}

#bottom_part div a:hover {
  text-decoration: none;
  background-color: var(--negro);
  color: var(--blanco);
}