/* Colores: 
    #273443 ... Header 
    #26A166 ... Verde
    
*/

* {
    margin: 0;
}

body {
    background: #fff;
    background: linear-gradient(to bottom, #273443, #ffffff);
    background-repeat: no-repeat;
}

.remove-bg {
    filter: brightness(1.1);
    mix-blend-mode: multiply;
}

.Error {
    color: red;
    text-shadow: var(--shadow) var(--color_shadow);
}

.bienvenido {
    color: #26A166 !important;
}

.soyusuario {
    font-size: 12px;
}

.iniciar {
    background-color: #273443;
}

coloroscuro {
    color: #273443 !important;
}