/**
 * 2020 liewebs - Prestashop module developers and website designers.
 *
 * NOTICE OF LICENSE
 *  @author liewebs <info@liewebs.com>
 *  @copyright 2020 www.liewebs.com - liewebs
 *  @license see file: LICENSE.txt
 *  @version 1.X.X
 * 	@module DNI/NIF/NIE/CIF Verificator
 */

/* Modify dni input style */
input[name="dni"] {
    border:  1px solid #e0e0e0 !important;
    background: #fff !important;
}

div[class*="alert_msg_"] {
    width: 75%;
    margin: 20px auto;
}
small.legend {
    color: #333;
} 
div.alert_msg {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #e83c3c;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    display: table;
}
div.alert_to_validate {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #fdbb26;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    display: table;  
}
div.alert_msg p {
    color: #fff;
}
div.validation {
    margin-bottom: 10px;
    margin-top: 10px;
    background: #46a74e;
    color: #fff;
    text-align: left;
    padding: 5px;
    border-radius: 4px;
    position: relative;
    display: table;
}
div.validation p {
    color: #fff;
}