﻿.error {
    color: red;
}

.loaderUP {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('./assets/img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display: block;
}

.cerrar {
    display: block
}

.boton {
    float: right;
}

.valid {
    background: rgba(255, 255, 255, 0.77);
    border: 2px solid #0bb90b !important;
    color: #333;
}

.box-input-form {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

    .box-input-form > * {
        margin-bottom: 10px;
    }