form label {
    display: inline-block;
    width: 100px;
    font-weight: bold;
    font-size: 20px;
    margin-top: 5px;
}
label[for=reg_titol] {
    margin-top: 25px;
}
h2 {
    color: #000066;
}
.msg_error {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    color: red;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 15px;
}

input {
    height: 35px;
    width: 200px;
    margin: 10px;
    border-radius: 5px;
}
.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;
}
.foot_01 {
    margin-top: 470px;
}
.texte_status_verd, .texte_status_vermell {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: -10px;
    font-weight: bold;
}
.texte_status_verd {
    color: #004d00;
}
.texte_status_vermell {
    color: #990000;
}

/* Gestion administra en pantalla MODAL -----------------------------------*/

.modal_administra_contingut {
  background-color: rgba(255,255,255,.5);
  width: 350px;
  padding: 10px 10px;
  margin: 7% auto;
  border-radius: 15px;
  position: relative;
}
.modal_administra{
  background-color: rgba(0,0,0,.8);
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  opacity:1;
  pointer-events:auto;
  transition: all 1s;
  text-align: center;
}
.administra_text{
    font-size: 20px;
    margin: 5px 5px 15px 5px;
}
.reg_p1_img {
    float:left;
    width: 30%;
    height: 80px;
}
.reg_p1_sel {
    float:right;
    width: 45%;
    height: 80px;
}
.text_reg_p1_sel {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}
input[type="file"] {
    display: none;
}
.boto_file_avatar {
    border: 1px solid black;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-weight: normal;
    font-size: 13px;
    background-color: buttonface;
}
.boto_file_avatar:hover {
  background-color: #4b7d98;
  color: #000066;
}
.reg_img_avatar {
    height: 90px;
    border-radius: 10%;
    margin-left: 18%;
    object-fit: cover;  /* adapta la imagen a las dimensiones originales */
    max-width: 160px;
}
.administra_titol {
    color: #000066;
    margin-top: 10px;
    margin-bottom: 2px;
}
.administra_titol2 {
    color: #004d00;
    top: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}
