@charset "UTF-8";
body{
    height: 100vh;
    font-family: 'IBM Plex Sans', sans-serif;
}
.smartf {
    font-family: 'Reenie Beanie', cursive;
    font-size: 3rem;
    font-weight: 600;
    background: #23538A;
    background: linear-gradient(to right, #23538A 0%, #A7CFDF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;



}
.smartg {
    /*font-family: 'Reenie Beanie', cursive;*/
    font-size: 2rem;
    font-weight: 600;
    background: #23538A;
    background: linear-gradient(to right, #23538A 0%, #A7CFDF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}
/*.smart::after {
    content: "-F";
}*/
.container{
    height: 100%;
}
.feedbackPanel{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;

    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    /*color: #c09853;*/
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    /*background-color: #fcf8e3;*/
    /*border: 1px solid #fbeed5;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.feedbackPanel li {
    list-style-type: none;
}

.mensaje {
    position: fixed;
    top: 20px;
    right: 8px;
    z-index: 20000;
}
.app-name {
    text-align: center;
}

.inicie-sesion {
    font-size: 0.8rem;
    text-align: center;
}

.login-label {
    font-size: 0.8rem;
}

.recordar-label {
    font-size: 0.8rem;
    filter: opacity(50%);
}

.justificado {
    justify-content: center;
}
.continuar-boton {
    width: 80%;
}

.advertencia {
    font-size: 0.8rem;
    text-align: justify;
    width: 20rem;
}
.mensaje-texto {
    font-size: 0.8rem;
    color: #383838;
}

