﻿
.divContentLogin {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -200px;
    padding: 20px;
    background-color: white;
    border-radius: 1rem;
    box-shadow: 0px 0px 20px 10px #ced4da;
}

.btnADFS {
    white-space: normal;
    width: 360px !important;
    height: 72px !important;
    font-size: 20px !important;
    padding-right: 60px;
    padding-left: 60px;
}

body {
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: normal;
    color: #113A7B;
    overflow: hidden;
    background-image: url(../IMAGENS/fundoavaliacoes.jpg);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: bottom right;
}

input[type=text], input[type=password] {
    cursor: text;
    border: none;
    width: 360px;
    padding-left: 40px;
}

input[type=submit], button {
    border: 1px #1f58a3 solid;
    border-radius: 5px;
    background-color: #1f58a3;
    color: white;
    font-family: 'Segoe UI';
    font-size: 20px;
    margin-right: 12px;
    height: 50px;
    width: 253px;
    cursor: pointer;
    box-shadow: 1px 4px 4px #888888;
}

    input[type=submit]:hover, button:hover {
        border: 1px #7da8e0 solid;
        background-color: #7da8e0;
        color: #002A54;
    }

    input[type=submit]:hover, button:active {
        box-shadow: 1px 4px 4px #A8A8A8;
        transform: translateY(1px);
    }

.input-group-addon:first-child {
    border-right: 0;
    background-color: white;
}

.icone {
    margin-left: 15px;
    margin-top: 11px;
    position: absolute;
    opacity: 0.6;
    color: #666;
}

.tableLoginInputs {
    width: 350px;
    height: 230px;
}


.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(198, 17, 84);
    text-align: center;
}

.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

.labelDepartamento {
    float: right;
    color: white;
    font-weight: bold;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 14px;
}

.textoCadastrese {
    margin-top: 10px;
    font-size: 18px;
}


@media (max-width: 600px) {
    /*.caixaLogin {
        margin-left: 0px;
        left: 0px;
        width: 100%;
        margin-top: 0px;
        position: relative;
        top: 0px;
    }*/

    body {
        background-size: 480px 50%;
    }

    .labelDepartamento {
        font-size: 12px;
    }

    .textoCadastrese {
        font-size: 15px;
    }

    input[type=text], input[type=password] {
        width: 100%;
    }

    input {
        font-size: 15px !important;
    }

        input[type=submit], button {
            font-size: 20px;
            height: 40px;
        }

    .divContentLogin {
        margin-left: -165px;
    }

    .divDadosLogin {
        padding-left: 0px;
        display: table;
        margin: 0 auto;
        border-right: 0px;
        float: none;
    }

    .tableLoginInputs {
        width: 100%;
    }

    .btnADFS {
        white-space: normal;
        width: 275px !important;
        height: 72px !important;
        font-size: 12px !important;
        padding-right: 60px !important;
        padding-left: 60px !important;
        margin: auto;
    }
}

@media (max-width: 300px) {
    .tableLoginInputs {
        width: 90%;
        margin-left: 20px;
    }
}
