*{
    margin: 0;
    padding: 0;
    box-sizing: 0;
    color: #11101d;
}

body{
    background-color: #11101d;
}

section{
    position: fixed;
    height: 100%;
    width: 100%;
}

.Login{

    border-color: white solid 1px;
}

.negro{
    position: fixed;
    z-index: 5;
    height: 100%;
    width: 55%;
    opacity:0.65;
    clip-path: polygon(0 0, 0% 20%, 0 49%, 0 100%, 20% 100%, 53% 100%, 80% 100%, 100% 100%, 100% 77%, 100% 100%, 80% 1%, 34% 0);
}

.WMS{
    position: absolute;
    z-index: 10;
    background: none;
    top: 23%;
    margin: 0;
    padding: 0;
    width: 48%;
    left: 5%;
}

.text_wms{
    position: absolute;
    color: white;
    top: 76%;
    left: 25%;
    background: none;
    font-size: 400%;
    opacity: 0.8;
    font-family: 'Noto Sans Display', sans-serif;
}

.Logo{
    position: fixed;
    left: 69% ;
    width: 100px;
    top: 20%;
    font-family: "Poppins" , sans-serif;
}

/* .usuario{
    position: absolute;
    left: 60%;
    top: 40%;
    font-family: "Poppins" , sans-serif;


    z-index: 15;
    width: 50%;
    height: 40px;
    text-align: center;
    margin-top: 0.5%;
    border: rgb(192, 189, 189) solid 1px;
}


.contraseña{
    position: absolute;
    font-family: "Poppins" , sans-serif;

    z-index: 10;
    width: 50%;
    height: 40px;
    text-align: center;
    margin-top: 0.5%;
    border: rgb(192, 189, 189) solid 1px;
} */

.alerta{
    width: 100%;
    position: relative;
    margin-left: 50%;
    margin: 10px;
}

.alerta div{
    width: 40%;
    margin-left: 52%;
}


/* ------------------ */

label{
    display: none;
}

.form{
    margin-top: 18%;
    margin-left: 57%;
}

.form input{
    position: static;
    z-index: 20;
    width: 70%;
    height: 40px;
    text-align: center;
    margin-top: 0.5%;
    border: rgb(192, 189, 189) solid 1px;
    color: 11101d;
    margin-top: 10px;
}

button{
    z-index: 10;
    position: relative;
    
}

.btn-inises{
    margin-top: 1%;
    margin-left: 67%;
    width: 10%;
}

.btn-regus{
    margin-left: 64.6%;
    margin-top: 10px;
    width: 15%;
}

.select-database{
    width: 35%;
    text-align: center;
    height: 40px;
    margin-left: 17.5%;
    margin-top: 20px;
    border: 1px solid white;
    background-color: #11101d;
    color: white;
}

.select-database option{
    color: aliceblue;
}











