.registro-usuario {
    width: 100%;
    padding: 30px;
    margin: auto;
    border-radius: 20px;
    background: #ffffff;
}
#tipo_usuario {
    font-family: var(--body-font);
    width: 100%;
    border: none;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 15px;
    color: black;
    background: transparent;
    transition: border-color 0.2s;
}
.registro-musicos {
    width: 100%;
    padding: 30px;
    margin: auto;
    border-radius: 20px;
    background: #ffffff;
    display: grid;
    grid-template-rows: 1fr auto;
}
.div_musicos{
    display: flex;
}

div#NombreGrupo {
    padding-right: 40px;
    padding-left: 40px;
}

.div_grupos{
    display: flex;
}

div.form_musicos {
    padding: 0px 40px 0px 40px;
    width: 100%;
}

div.form_grupos {
    padding: 0px 40px 0px 40px;
    width: 100%;

}

div.form {
    padding: 0px 40px 0px 40px;

}
div#myTabContent {
    z-index: 1;
    box-shadow: 1px 1px 30px -10px;
}

.button_space {
    margin: 0px 10px 0px 10px;
    padding: 5px 40px 5px 40px;
}

div#buscador {
    display: flex;
    width: 100%;
}

.group_buscador {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

div#tipo_de_grupo {
    width: 200px;
}

.button_group {
    padding-top: 20px;
}

.footer-copyright {
    display: flex;
    color: #000;
    justify-content: space-between;
}

footer {
    color: #000;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    font-size: 11px;
    flex-direction: column;
    text-align: center;
}


/* css del sweetalert */

.swal2-popup {
    width: 69em !important;
    font-family: fangsong !important;
    font-size: 15px !important;
    font-weight: bold !important;
}
.swal2-popup.swal2-modal.swal2-show {
    width: 600px !important;
}

.swal2-title {
    color: #242323 !important;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
label {
    margin: 0;
} 
.swal2-input {
    color: #242323 !important;
    border: 1px solid #7c7c7c !important;   
}

div#calendar {
    padding: 20px;
    z-index: 1; 
}
