/*---------------------------------------------------------------- CONFIGURAÇÃO DE PAGINA --------------------------------------------------------------------*/

@font-face {
    font-family: 'Segeo Ui 9';
    src: url('../../FONTS/segeo/segoe-ui-9.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Ui Bold';
    src: url('../../FONTS/segeo/segoe-ui-bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Ui Historic';
    src: url('../../FONTS/segeo/segoe-ui-historic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Ui Cursiva';
    src: url('../../FONTS/segeo/segoe-ui-cursiva.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Ui Semibold Italic';
    src: url('../../FONTS/segeo/segoe-ui-semibold-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Ui Semibold';
    src: url('../../FONTS/segeo/segoe-ui-semibold-2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Mt Light';
    src: url('../../FONTS/segeo/segoe-mt-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Mt Italic';
    src: url('../../FONTS/segeo/segoe-mt-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Mt Bold Italic';
    src: url('../../FONTS/segeo/segoe-mt-bold-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Mt Bold';
    src: url('../../FONTS/segeo/segoe-mt-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segeo Mt';
    src: url('../../FONTS/segeo/segoe-mt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    font-size: 14px;
    padding: 0;
    margin: 0;
    font-family: "Segeo Ui Historic"!important;
}

html,
body {
    height: 100%;
}

.img {
    max-width: 300px;
    height: auto;
}
.login {
    max-width: 400px;
    padding-top: 20px;
}

.body {
    background: url(../../IMG/global/Background.png);
    background-size: 100vw 100vh;
    /*background: #222d32;*/
    background: #003641;
    background: radial-gradient(circle, #003641 10%, #00ae9d 100%);
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    background: radial-gradient(circle, #003641 10%, #00ae9d 100%);
    background: linear-gradient(40deg, #00ae9d 0%, #003641 50%, #003641 0%, #00ae9d 100%);
    background: linear-gradient(45deg, #49479d 50%, #003641 50%, #00ae9d 100%);
    background: linear-gradient(45deg, #610000 10%, #fff 50%, #fff 50%, #610000 100%);
    /*background: -webkit-radial-gradient(#fff, #ddd); /* Safari 5.1-6.0 */
    /*background: -o-radial-gradient(#fff, #ddd); /* For Opera 11.6-12.0 */
    /*background: -moz-radial-gradient(#fff, #ddd); /* For Firefox 3.6-15 */
    /*background: radial-gradient(#fff, #ddd); /* Standard syntax */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.texture {
    background: url(../../IMG/global/texture4.png);
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.erro {
    display: none;
}

.div-erro {
    margin-left: 13px;
    display: block;
    height: 5px;
    margin-top: -6px;
    position: absolute;
}

.div-erro label {
    color: #fff;
    font-size: 10px;
    background: #49479d!important;
    font-weight: normal;
}

.inputs {
    color: #222d32;
    display: block;
    border: none!important;
    margin-bottom: 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.form-control::-moz-placeholder {
    color: #a5a5a5;
    opacity: 1;
    font-family: "Segeo Mt Light";
}

.form-control:-ms-input-placeholder {
    color: #a5a5a5;
    font-family: "Segeo Mt Light";
}

.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
    font-family: "Segeo Mt Light";
}

.form-control:focus {
    border-color: #fff!important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(21, 49, 114, .0)!important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(21, 49, 114, .0)!important;
}

.buttons {
    color: #fff;
    background: #327e8f!important;
    font-weight: bold;
    font-family: Segeo Ui Semibold;
    border: 1px solid #327e8f!important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.buttons:hover {
    color: #fff;
    background: #027684!important;
}

@media (max-width: 768px) {
    img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
    .div-erro {
        margin-left: 5px;
        display: block;
        height: 5px;
        margin-top: -2px
    }
}