/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to a MIT license 
 *
 *  @author    Novaut <soporte@novaut.com>
 *  @copyright 2022 Novaut Smart Engineering
 *  @license   MIT
*/

.btn.btn-primary {
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    margin: 2rem 0;
    font-size: 1.4rem;
}

.address-warning-div {
    font-size: 1.4rem;
    background: #ebc3c2;
    text-align: center !important;
    place-content: center !important;

}

.fa-exclamation-triangle {
    font-size: 1.4rem;
}

.enter-address-information {
    color: #f50000 !important;
}

.p-3 {
    padding: 0 1rem!important;
}

