/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 16 may. 2022, 16:58:21
    Author     : Lucio Villavicencio
*/

/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 26 abr. 2022, 17:52:16
    Author     : Lucio Villavicencio
*/

.form-group.required .control-label:after {
        content:"*";
        color:red;
    }
    .control-label.required:after {
        content:"*";
        color:red;
    }
          
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

div#fondo{
    width:100%;
    height:100%;
    background-image: url('../../dist/img/light.jpg');
}

div#fondo2{
    width:100%;
    height:100%;
    background-image: url('../../dist/img/light.jpg');
}

div#logos{
    margin-left: 5%;
}

div#margen{
    padding-top: 0px;
    padding-right: 1.5rem;
    padding-bottom: 0px;
    padding-left: 1.5rem;
}