
form label {
    display: inline-block;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
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;
}
.foot_01 {
    margin-top: 470px;
}

/* Nota per l'examinador -----------------------------------------------------*/

.xavier p {
    margin:2px;
    color:greenyellow;
}
.xavier {
    margin-bottom: 8px;
}

/* Gestion peticio login en pantalla MODAL -----------------------------------*/

.modal_login_contingut {
  background-color: rgba(255,255,255,.5);
  width: 300px;
  padding: 10px 10px;
  margin: 12% auto;
  border-radius: 15px;
  position: relative;
}
.modal_login{
  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;
}
.login_text{
    font-size: 20px;
    margin: 5px 5px 15px 5px;
}
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;
}
.ojo_pass {
    position: relative;
}
.ojo_pass2 {
    position: relative;
}
.ojo_pass span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 55px;
    top: 17px;
    cursor: pointer;
}
.ojo_pass2 span {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 25px;
    top: 17px;
    cursor: pointer;
}
.ull_obert {
    background-image: url("../images/ull_obert.png");
}
.ull_tencat {
    background-image: url("../images/ull_tencat.png");
}
.registre {
    text-decoration: none;
    font-size: 15px;
    color: #000066;
}
input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-top: 10px;
}
.recorda {
    width: 60%;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
}
.recorda_user {
    display: flex;
    align-items: center;
    margin-left: 25%;
}
