﻿.wr-login {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#left {
    flex: 1;
    display: block;
}
#header {
    padding: 1.2rem 0;
    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;
    background-size: cover;
}
#right {
    display: flex;
    flex-direction: column;
    flex: 1;
}
#signin {
    width: 100%;
    background-color: #fff;
    padding: 1rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    flex: 1;
}
.logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px;
    width: 300px;
}
#info {
    margin-top: 1rem;
    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;
}
.separator {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.separator hr {
    width: 100%;
}
.separator span {
    line-height: 0;
    display: inline-block;
    margin: 0 1rem;
    position: relative;
    top: -3px;
    color: #6c757d;   
}
.signin-sso {
    font-size: 1.07rem;
}
.signin-submit {
    font-size: 1.10rem;
}
@media(max-width: 900px) {
    #right {
        width: 100%;
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 2rem;
    }
    #left {
        display: none;
    }
    #signin {
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
        height: auto;
        border-radius: 4px;
        border: 1px solid hsla(0,0%,100%,0);
        padding: 1rem 1.5rem;
    }
    #hero {
        background-image: none;
    }

    .wr-login {
        background-color: #dfe6ed;
    }
}