

body.function-login {
height:50%;
background:transparent url("https://rest.losalisios.es/images/HpbSantaAna3.png") no-repeat center center fixed;
background-size:cover;
}

body.function-register {
height:50%;
background:transparent url("https://rest.losalisios.es/images/HpbSantaAna3.png") no-repeat center center fixed;
background-size:cover;
}



.function-login .panel-heading {
    display: none;
}

.function-login .bs-pagepanel {
    background: none;
}


.function-login .r-panel-form {
    width: 100%;
    background-color: rgba(20, 20, 23, 0.788);
    border-radius: 1.25rem;
}

.function-login h2 {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    font-size: 3.25em;
    line-height: 1.25;
    font-weight: 500;
    text-shadow: 0rem 0.125rem 0.25rem rgb(0 0 0 / 7%);
}

.function-login h3 {
    color: rgba(255, 255, 255, 0.902);
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.025rem;
    width: calc(100% + 0.025rem);
    font-size: 2.3em;
    line-height: 1.75;
    font-weight: 400;
    text-shadow: 0.088rem 0.088rem 0.125rem rgb(0 0 0 / 19%);
}

.function-login tr:first-child .clearfix[edit-form-cell] {
    padding: 25px;
  }

.function-login tr:nth-child(2) .clearfix[edit-form-cell] {
   padding: 25px;
}
.function-login .panel {
    box-shadow: none;
    border: none;
}



.function-login [data-itemtype="login_message"] {
    background: none;
    border: none;
    box-shadow: none;
}

