﻿@media only screen and (max-height: 600px), screen and (max-width: 600px) {
    .Login_Footer, .LogoRandon {
        display: none;
    }

    .TituloSistema  {
        width: 100% !important;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        margin-left: 0px !important;
        padding-top: 20px !important;
        padding: 5px;
    }
}

@media only screen and (min-width: 764px) {
    .TituloSistema {
        text-transform: uppercase;
        text-overflow: clip;
        white-space: nowrap;
        overflow: hidden;   
    }
}

.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.ManyBackground {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.Login_Header {
    z-index: 2;
    position: absolute;
    width: 100%;
    color: white;
    font-size: 32px;
    line-height: 80px;
    text-shadow: 2px 2px 4px black;
    background: rgba(0, 0, 0, 0.25);
}

.Login_Footer {
    color: white;
    padding: 0px;
}

.LoginCategoria {
    height: 180px;
    background: white;
}

.LoginCategoria > div {
    width: 32%;
}

.ConteudoCategoria, .LoginCategoria img {
    height: 40px !important;
    width: 100px;
}

.ConteudoCategoria {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}

.LoginCategoria .Conteudo {
    min-height: auto;
}

.LoginCategoria .Titulo {
    color: black;
}

.LoginCategoria .Titulo .TextoTitulo {
    font-size: 24px;
}

.Login__Form {
    background-color: rgba(255, 255, 255, 0.75);
}

.Login_Box {
    top: 45%;
}

.Link_Box img {
    height: 70px !important;
    width: auto !important;
}

.Login_Choise {
    height: 200px;
    width: 100%;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    line-height: 100px;
    font-size: 22px;
    cursor: pointer;
    position: relative;
    background-color: rgba(255, 255, 255, 0.6);
    transition: 0.5s;
    color: black;
}

.Login_Choise.Small {
    height: 50px;
    line-height: 50px;
}

.Login_Choise:hover {
    color: rgba(1, 152, 243, 1);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    background-color: rgba(255, 255, 255, 0.9);
}

.Login_Choise > * {
    border: none;
    background: none;
}

.Login_Choise .Icon {
    height: 120px;
    padding-top: 25px;
    width: 100%;
}

.Login_Choise .Icon .fa {
    margin-top: 10px;
    font-size: 100px;
}

.Login_Choise .Text {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.Titulo {
    color: white;
    font-size: 28px;
}

.Login_Box {
    margin-top: -255px;
}

.Login_Voltar {
    display: none;
}
.Login_Buttons, .Login_Voltar {
    padding: 0px 10px;
    opacity: 1;
    transition: opacity 0.3s ease-out;
}

.Login__Form {
    background-color: rgba(255, 255, 255, 0.75);
    display: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    
}

.EsqueciMinhaSenha {
    font-size: 16px !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 85%;
}

.EsqueciMinhaSenha a:hover {
    font-style: normal !important;
}

@media screen and (max-height: 850px) {
    .TrocarLinguagem {
        display: none
    }
    
    .Login_Choise {
        height: 100px;
    }

    .Login_Choise .Icon {
        height: 95px;
        width: 25%;
        margin: 0px;
        position: absolute;
        padding-top: 0px;
    }

    .Login_Choise .Icon .fa {
        font-size: 50px;
        margin-top: 25px;
    }

    .Login_Choise .Text {
        height: auto;
        font-size: 26px;
        margin-left: 65px;
        margin-top: 25px;
        width: 70%;
        position: absolute;
    }

    .Login_Choise:hover .Text {
        margin-left: 55px;
        width: 80%;
    }

    .Login_Choise.Linguagem:hover .Text {
        text-shadow: none;
    }

    .Login_Choise.Linguagem .Text {
        margin-left: 55px !important;
        margin-top: 20px !important;
    }

    .Login_Choise.Linguagem .Text, .Login_Choise.Linguagem .Icon {
        text-shadow: -1px -1px 0 rgba(1, 152, 243, 0.5), 1px -1px 0 rgba(1, 152, 243, 0.5), -1px 1px 0 rgba(1, 152, 243, 0.5), 1px 1px 0 rgba(1, 152, 243, 0.5);
    }
    
    .Login_Choise img {
        position: absolute;
        height: 110%;
        width: 110%;
        top: -5px;
        right: -15px;
        filter: blur(10px);
    }

    .Login_Footer {
        padding-top: 0px;
    }

    .Login_Footer > div {
        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
    }
}