@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap');

.centrado {
    text-align: center;
    vertical-align: middle;
}

.fondo-celeste {
    background: #c4dcfa;
}

.fondo-blanco {
    background: #ffffff;
}

.fondo-body {
    background: #013e85;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #002247, #013e85);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #002247, #013e85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

h7 {
    font-family: 'Pinyon Script', cursive;
    font-size: 4 rem; 
    font-weight: bold;
    color: rgb(37, 51, 88);
}

i {
    font-size: 0.8 rem; 
    color: cornflowerblue;
}

.img_login {
    background-image: url(../img/bg-login.jpg);
    background-position: center center;
}

#bloque {
    border: 2px dashed #162331;
    width: 100px;
    height: 200px;
    display: flex;
    align-items:center; /* start=izq   end= der */
    align-content: center;
}

#hijo {
    border: 2px solid rgb(151, 4, 4);
}

fieldset {
    background-color: #c4dcfa ;
    color: white;
    border-color: #5588bb;
    border: 9px solid (internal value);
    border-radius: 7px;
    width: 100px;
    padding: 5px;
    margin: 5px;
    justify-content: center;
}

legend {
    color: black;
    font-weight: bold;
    font-size: 25px;
    border-radius: 7px;
    border-color: #1e4063;
    border-top: #5588bb;
    background-color: #c2dcff;
    padding: 5px 10px ;
    margin-left: 20px;
    width: 170px;
    text-align: left;
    top: -130px;
}

input {
    margin-bottom: 5px;
    background-color: rgb(211, 228, 247);
}

.label_rol {
    color: #c4dcfa !important;
}