/*Principal:#080B0C*/
/*Secundario:#111618*/
/*Letras: #ffffff*/
/*Letras secundarias: #c5c5c5*/
/*Fuente: Kantumruy*/

@font-face {
    font-family: 'Kantumruy';
    src: url('../../1fuentes/Kantumruy_Pro/KANTUMRUY.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: large;
    font-family: 'Kantumruy';
    background-color: #080B0C;
    color: #ffffff;
}

fieldset {
    width: 80%;
    background-color: #111618;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    color: white;

}

#inputs {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;

}

legend {
    font-size: 30px;
}

a {
    color: white;
    font-size: large;
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
}

.container {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.label {
    position: relative;
    display: block;
    width: 250px;
    display: flex;
    border-radius: 6px;
    border: 2px solid #373737;
    padding: 15px 8px 15px 10px;
    text-align: left;

.icon {
    position: absolute;
    top: 53%;
    right: 0;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
    color: #c5c5c5;
}

.input {
    background-color: transparent;
    outline: none;
    border: none;
    color: #c5c5c5;
    font-size: 16px;
}
}

#seccionLI {
    text-align: left;
    margin: 20px;

}


button{
    cursor: pointer;
    box-shadow: none;
    width: 250px;
    height: 30px;
    background-color: #373737;
    color: white;
    box-shadow: none;
    border: 2px solid #373737;
    border-radius: 6px;
    font-size: 16px;
    transition: 0.3s;
}
button:hover{
    background-color:white;
    color: #373737;
    transition: 1s;

}

#loginError{
color: rgb(138, 0, 0);
margin-top: 0px;

}

