﻿#left {
    height: 100%;
    width: 50%;
    display: block;
    position: absolute;
    left: 0;
}
#header {
    padding: 2rem 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 999999;
}
#idiomas span {
    margin-left: 0.75rem;
}
#hero {
    height: 100%;
    width: 100%;
    background-color: #dfe6ed;
    background-position: center center;
    background-repeat: no-repeat;
}
#right {
    height: 100%;
    width: 50%;
    display: block;
    position: absolute;
    right: 0;
}
#signin {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
}
.logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px;
    width: 300px;
}
#info {
    margin-top: 3rem;
    margin-bottom: 1rem;
    text-align: center;
}
.title {
    font-size: 1.5rem;
    margin-bottom: .5rem;
    font-weight: 600;
}
.subtitle {
    font-size: 1rem;
    font-weight: 400;
    color: #6c757d;
}
.signin-error {
    width: 100%;
}
.form-signin {
    width: 100%;
}
.form-floating {
    width: 100%;
}
.poweredby {
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 0;
    color: #6c757d;
    font-size: 0.75rem;
}
@media(max-width: 900px) {
    #right {
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 2rem;
    }
    #left {
        width: 100%;
    }
    #signin {
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        border-radius: 4px;
        border: 1px solid hsla(0,0%,100%,0);
    }
}