/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01-07-2021, 10:21:56
    Author     : New Science
*/

.account-body .auth-header-box {
    background-color: #fff !important;
}

/*en el login, el texto que dice ingresar*/
.nav-border .nav-item.show .nav-link, .nav-border .nav-link.active {
    background: transparent;
    color: #63a33e !important;
    box-shadow: none;
    border-radius: 0;
    border-bottom: 2px solid #63a33e !important;
}

/*boton ingresar login*/
.btn-primary {
    color: #fff;
    background-color: #63a33e;
    border-color: #63a33e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #63b75e;
    border-color: #63b75e;
}

.obligatorio{
    color: #ef5353;
}