body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 0px;
    margin: 0;
    background: url(../photo/fondo.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    font-size: 15pt;
    line-height: 1.5;
}

.alert{
    background-color: rgb(255 65 54 / 20%);
    border: 1px solid #ff746c;
    border-radius: 8px;
    padding: 0.4rem 0.8rem;
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    color: #ff746c;
    text-align: left;
}

.contenedor_formulario{
    width: 100%;
    height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.formulario{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    background: #fff;
    border-radius: 10px;
    padding: 35px 30px 35px 30px;
    margin: 20px 15px 10px 15px;
    box-shadow: 12px 10px 9px 0px rgb(0 0 0 / 15%);
}
.saludo{
    font-family: "Quicksand", sans-serif;
    color: #0A8CB3;
    font-size: 25px;
    font-weight: 700;
}
.tutorial{
    margin-bottom: 40px;
}
.btn_tutorial{
    max-width: 250px;
    background: #e71d73;
    border-radius: 4px;
    height: 30px;
    padding: 0.25rem 1.5rem;
    transition: all 300ms;
    color: white;
    border: none;
}
.frm_iniciar_sesion{
    width: 300px;
    margin: auto;
}
.form_dato{
    border-bottom: 1px solid #BBBBBB;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}
#dato{
    margin-bottom: 10px;
}
label{
    padding: 0px 5px; 
    color: #004A92;
}
.formato_placeholder{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px;
    overflow: visible;
    border: none;
    width: 85%;
}
.enviar_dato{
    width: 100%;
    text-align: center;
}

.enviar_dato a{
    color: #F59D24;
    font-size: 1rem;
}

#btn_iniciar_sesion{
    background: #28AECE;
    color: #fff;
    width: 120px;
    border: none;
    padding: 3px 0;
    border-radius: 5px;
    transition: all .5s;
    margin-top: 60px;
    margin-bottom: 10px;
    height: 35px;
    font-weight: bold;
    font-size: 1.6vh;
}

.consulta{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 400px;
    padding: 20px 30px 10px 30px;
    border-bottom: 1px solid #000000;
    margin-bottom: 10px;
    font-weight: bold;
}
.telefono{
    display: inline-flex;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}
.home{
    margin-bottom: 10px;

    border-radius: 50%;
    padding: 0.3%;
}