#container{
    margin-top: 18vh;
    position: absolute;
    left: 50%;
    transform: translate(-45%);
    height: 280px;
    width: 250px;
    background-color: rgba(8, 7, 56, 0.801);
}
h1{
    color: black;
    margin: 35px auto;
}
#box{
    margin: auto;
    text-align: center;
    align-self: center;
    vertical-align: middle
}
.type{
    padding: 8px;
}
.pass{
    margin-top: 20px;
}
.btnlog{
    margin-top: 20px;
    font-size: x-large;
    border-radius: 15px;
    box-shadow: 3px 2px black;
    background-color: #0F141A;
    color: whitesmoke;
}
.cadas{
    text-align: center;
    margin-top: 38px;
    font-size: 1.15rem;
}
#container2{
    margin-top: 10vh;
    position: absolute;
    left: 50%;
    transform: translate(-45%);
    height: 365px;
    width: 250px;
    background-color: rgba(8, 7, 56, 0.801);
}