/* ==================================================
|		IMPORTO LOS ESTILOS BASES PERSONALIZADOS.
| ---------------------------------------------------
|
*/
@import "main.css";
/* ==================================================
|		REDEFINO LA CLASE .form-control Y LA CLA-
|       -SE .btn-primary-dgo DE BOOTSTRAP CON EL
|       ESTILO SIMILAR A LO QUE HOY TIENE DGO.
| ---------------------------------------------------
*/
.form-control, .btn-primary-dgo {
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    border-bottom-right-radius: 50px !important;
}