﻿@media only screen and (max-height: 600px), screen and (max-width: 600px) {
    .Login_Footer, .LogoRandon {
        display: none;
    }

    .Login_Box {
        margin-top: 110px !important;
        top: 0 !important;
    }

    .Login_Header {
        height: 120px !important;
    }

    .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;
    height: 80px;
    line-height: 80px;
    text-shadow: 2px 2px 4px black;
    background: rgba(255, 255, 255, 0.6);
}

.Login_Footer {
    background: rgba(23, 52, 105, 1);
    padding: 15px 0px;
    color: white;
}

.Login__Form {
    background-color: rgba(255, 255, 255, 0.75);
}

.Login_Box {
    top: 45%;
}

.Link_Box img {
    height: 70px !important;
    width: auto !important;
}

.Titulo {
    color: white;
    font-size: 28px;
}

.Login_Box {
    margin-top: -255px;
}

.Login__Form {
    background-color: rgba(23, 52, 105, 0.25);
}

.EsqueciMinhaSenha {
    font-size: 16px !important;
    height: 35px !important;
    line-height: 35px !important;
    width: 85%;
}

.EsqueciMinhaSenha a:hover {
    font-style: normal !important;
    text-decoration: none;
}
