input {
    width: 255px;
    height: 30px;
    /* margin: 30px;
    border-radius: 10px;
    border: none;
    padding-left: 6px; */
    /* display: flex; */
}


.form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: green; */
    margin: 10px;
}

.container {
    background-color: rgb(241, 241, 241);
    width: 80%;
    /* padding: 10px; */
    padding-top: none;
    border-radius: 0.2rem;
}

.agrupar {
    display: flexbox;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 325px;
    padding: 5px 20px 5px 20px;
    /* padding-top: none; */
    /* padding-top: none; */
    border-radius: 0.13rem;
}


.titular {
    display: flexbox;
    justify-content: center; 
    align-items: center;
    width: 100%;
    padding: 10px;
    background-color: white;
    border: 1px;
    border-color: white;
    border-radius: 5px;
}

.tenedor {
    display: flexbox;
    justify-content: center; 
    align-items: center;
    width: 100%;
    padding: 10px;
    padding-top: 0px;
    background-color: white;
    border: 1px;
    border-color: white;
    border-radius: 5px;
}


.titulo_registro2 {
    display:flex; 
    justify-content: center;
    margin-top: 0px;
    /* color: blue; */
    /* margin: 0px; */
    /* padding: 1px; */
}


body {
    height: 100vh;
    display: flexbox;
    align-items: center;
    background-color: rgb(238, 236, 236);
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400; /* Optional, but matches Regular */
    
}



/* Style of placeholder as a field tittle transition: */

/* Container acting as a custom fieldset */


/* Esnd - tyle of placeholder as a field tittle transition */


/*  Not use: */
/* Set modal dialog width and center it */
.modal-dialog {
max-width: 250px;
margin: auto;
}
/* Set fixed modal content height */
.modal-content {
height: 200px;
}
/* Center content vertically & horizontally */
.modal-body {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
/*  Not use end: */