/* Diseño creado por seelight.site - +573123429567 - josuelmm92@gmail.com */
:root .gray {
    --inverso-base: #3055eb !important;
}
.sign-in-layout .container {
    border-radius: 10px;
    height: auto;
    width: 370px;
    right: 15vh;
    top: 10px;
    bottom: 10px;
    padding: 0;
    display: flex;
    position: absolute;
}
@media only screen and (max-width: 600px) {
    .sign-in-layout .container {
        width: 80%;
        right: 0vh; 
    }
}

.sign-in-layout.light .container {
    background: rgba(0, 0, 0, 70%) !important;
}
