﻿.divContent {
    float: right;
    padding: 0 0 !important;
    background: url(../Imagens/Bg4.jpg) right bottom no-repeat;
    background-size: cover;
}

.divBlocoGestao {
    padding: 0 30px;
    margin-top: 40px;
}

    .divBlocoGestao .pTitulo {
        padding: 20px 0 !important;
        font: 600 30px/34px 'Montserrat Alternates', 'Montserrat', sans-serif;
        color: #364861;
        display: inline-block !important;
        text-align: center;
    }

    .divBlocoGestao p {
        font: 400 20px/28px 'Montserrat', 'Montserrat Alternates', sans-serif;
        color: #364861;
    }

.divLogin {
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 0 0 40px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    background-color: #FFF;
    box-shadow: 0 2px 10px 0 rgba(36,46,76,0.1);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.divLgnHead {
    width: 100%;
    height: 30px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #4c8ceb, #4c66ec);
    -webkit-border-radius: 4px 4px 0 0 !important;
    -moz-border-radius: 4px 4px 0 0 !important;
    border-radius: 4px 4px 0 0 !important;
}

.divLgnBody {
    padding: 0 18px;
}

.divLogin .divLgnBody div:not(.divButtons) {
    margin: 15px auto 0;
    text-align: left;
}

.divLogin .txt,
.divLogin .ddl {
    width: 100%;
}

.divLogin .divCheck {
    margin-top: 20px !important;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

    .divLogin .divCheck input[type="checkbox" i] {
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }

    .divLogin .divCheck label {
        font-size: 14px;
        line-height: 16px;
    }

.divButtons {
    width: 100%;
    margin: 50px auto 10px;
}

/*-----------Logo Slox-----------*/

.divContent figure {
    width: 250px;
    position: absolute;
    bottom: 5px;
    right: 15px;
}

.divContent figure img {
    width: 100%;
}

@media screen and (max-width: 900px) {

    .divBlocoGestao {
        width: 90%;
        max-width: 550px;
        padding: 15px 30px;
        margin: 40px auto 0;
        text-align: center !important;
        background-color: rgba(255, 255, 255, .9);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .divBlocoGestao .pTitulo {
            padding-top: 0px !important;
        }
}

@media screen and (max-width: 400px) {

    .divLogin {
        width: 90%;
        padding: 0 0 40px;
    }
}

@media screen and (max-height: 750px) {

    .divLogin {
        top: 65%;
        left: 50%;
        transform: translate(-50%, -65%);
    }

}


/*
*Se for no mínimo 715px de width ou 700px de height faz a mesma coisa
*/

@media screen and (max-width: 715px) {

    .divBlocoGestao {
        display: none;
    }

    .divLogin {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .divContent figure {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-height: 700px) {

    .divBlocoGestao {
        display: none;
    }

    .divLogin {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .divContent figure {
        display: none;
    }
}
