body {
    font-family: arial;
    width: 720px;
    height: 650px;
    margin: auto;
    display: block;
    border-radius: 16px;
    margin-top: 30px;
    background-image: url("../images/Logo_big.png");
    background-repeat: no-repeat;
    background-position: center;
}
h2 {
    color: #4b7d98;
}
.login_butons {
    margin: 15px 5px 15px 5px;
    padding: 10px 15px 10px 15px;
    border-radius: 5px;
    border-color: #000066;
    cursor: pointer;
}
.login_butons:hover {
  background-color: #4b7d98;
  color: #000066;
}

/* Gestion recuperacio password en pantalla MODAL -----------------------------------*/

.modal_recupera_contingut {
  background-color: rgba(255,255,255,.7);
  width:80%;
  height: 80%;
  padding: 10px 10px;
  margin: 3% auto;
  border-radius: 15px;
  position: relative;
}
.modal_recupera {
  background-color: rgba(0,0,0,.7);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:1;
  pointer-events:auto;
  transition: all 1s;
  text-align: center;
}
.registre_text{
    font-size: 20px;
    margin: 5px 5px 15px 5px;
}
