body,
html {
    height: 100vh;
    background-color:#207abb;
}
.btn, .btn-large, .btn-small {
    background-color: #91cbd9;
}
/*.card-panel{background-color: #ffffffde}*/
.card-panel {background-color:#eefbff /*#fff6e3d9*/;}
.h100 {
    height: 100%;
}
#logo {
    fill: black !important;
    width: 60%;
    margin-top: 20px;
}
.error {
    background-color: #e25151;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 10px 0;
}

@media(max-width: 350px){
    #formu{max-width:310px  !important;}
}
.formu{
    max-width:420px;
    margin:0 auto;
    z-index: 2;
    position: relative;
    min-width: 320px;
}
#sls{
    position: relative;
    margin: 0px;
    padding: 0.8em;
    padding-top: 1em;
    height: 90px;
}
#sls img{ 
    width: 100%;
    max-width: 110px;
}
#slsContainer{
    border: 1px solid #fff;
    border-top: 0px;
    align-items: center;
    text-align: center;
    margin-top: -1px;
    background-color: rgba(0, 92, 152, 0.5);
}
#bajada1,#bajada2{
    font-size: 0.6em;
    margin: 0px auto;
    color: #fff;
}
#recuperar{
    font-size: 0.7em;
    margin: 0px;
    margin-top: 20px;
    text-align: right;
    width: 100%;
    display: block;
}
canvas {
    display: block;
    width: 100vw;
    height: 100vh;
}
.posicionLogin{
    position: absolute;
    top: 0;
    width: 100%;
}

#slsProv{
    position: relative;
    margin: 0px;
    padding: 1em;
    border-top: 1.5px solid white;
    border-right: 1.5px solid white;
    border-left: 1.5px solid white;
}
#slsProv img{ 
    width: 100%;
    max-width: 110px;
}
.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .helper-text, .input-field .prefix ~ .autocomplete-content {
    margin-left: 2rem;
    width: calc(100% - 2rem);
}

.input-field input, .input-field label, textarea, textarea:not(.browser-default):not([readonly]) {
    color: #545454;
}