﻿body {
    background: #fff;
    max-width: 100%;
    margin: 0px;
}

img, video {
    max-width: 100%;
    transition: all ease-in-out .33s;
}

    img:hover, video:hover {
        opacity: 0.8;
    }

a {
    text-decoration: none;
    color: #054C5D;
}

/*FLEX*/
.flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

#senha1, #senha2 {
    position: absolute !important;
    top: 55%;
    right: 7% !important;
}

#senha3 {
    position: absolute !important;
    top: 33%;
    right: 7% !important;
}

div#header {
    background: #fff;
    max-width: 100%;
    height: 162px;
    margin: 0px auto;
}

    div#header h1 {
        margin-top: 20px;
        margin-left: 28px;
        position: absolute;
        float: left;
    }

    div#header h2 {
        margin-top: 20px;
        margin-right: 28px;
        float: right;
    }

div#main {
    background: radial-gradient(#2d83f1, #124e9c);
    max-width: 100%;
    height: 485px;
    margin: 0px auto;
}

    div#main h1 {
        background: url('../imagens/emw.png');
        background-repeat: no-repeat;
        max-width: 100%;
        height: 49px;
        margin: 0px auto -60px 620px;
    }

div#menu {
    font-family: Corbel;
    font-weight: bold;
    font-size: 14px;
    color: #002f60;
    margin: 30px auto;
}


    div#menu ul {
        width: 200px;
        display: block;
        padding: 0px;
        margin: 0px;
    }


        div#menu ul li {
            display: block;
            padding: 5px;
            border-bottom-style: solid;
            border-width: 1px;
            border-color: #78af02;
        }

            div#menu ul li a {
                text-decoration: none;
                color: #002f60;
            }

                div#menu ul li a:hover {
                    color: #78af02;
                }

div#principal .usuario {
    width: 194px;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 16px;
    color: #78af02;
    margin: 30px auto;
    padding: 4px;
}

div#principal .sair {
    width: 194px;
    font-family: Segoe UI;
    font-weight: bold;
    font-size: 14px;
    color: #002f60;
    margin: -40px auto;
    padding: 4px;
}

    div#principal .sair a {
        color: #002f60;
    }

#dvlogin {
    width: 385px;
    height: 226px;
    margin: 40px auto;
    padding-top: 100px;
    font-family: Segoe WP N Light;
    font-size: 42px;
    text-align: center;
    color: #fff;
}

    #dvlogin input[type="text"] {
        background: #fff;
        width: 254px;
        height: 30px;
        margin: 10px auto 14px auto;
        /*border-width: 1px;
    border-color: #5a9201;*/
        border: 0;
        text-align: left;
        text-indent: 5px;
        font-family: Segoe UI;
        font-size: 20px;
        color: #999999;
        display: block;
    }

    #dvlogin input[type="password"] {
        background: #fff;
        width: 220px;
        height: 30px;
        margin: 10px auto 14px 64px;
        /*border-width: 1px;
    border-color: #5a9201;*/
        border: 0;
        text-align: left;
        text-indent: 5px;
        font-family: Segoe UI;
        font-size: 20px;
        color: #999999;
        display: block;
    }

.btnLogin {
    /*background: #5a9201 url('../imagens/seta.png') no-repeat;*/
    background-color: #5a9201;
    width: 34px;
    height: 33px;
    margin: -46px 64px;
    float: right;
    border: 0px;
}

    .btnLogin:hover {
        /*background: #023684 url('../imagens/seta.png') no-repeat;*/
        background-color: #023684;
    }

#dvlogin .senha {
    font-family: Segoe UI;
    font-size: 12px;
    color: #fff;
    margin: -15px auto;
    padding-left: 64px;
    float: left;
}

label {
    font-family: Segoe UI;
    font-size: 16px;
    color: #fff;
    margin: 0 auto -10px auto;
    padding-left: 85px;
    float: left;
}


select {
    height: 30px;
    border: 0;
    font-family: Segoe UI;
    font-size: 18px;
    color: #023684;
    overflow: hidden;
}


div#footer {
    background: #002f60;
    max-width: 100%;
    height: 140px;
    font-family: Segoe UI;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0px auto;
}

    div#footer span {
        display: block;
        position: relative;
        top: 80%;
    }

    div#footer a {
        color: #fff;
    }

    div#footer .easy {
        float: right;
        margin: -20px 28px;
    }

div#principal {
    max-width: 100%;
    min-height: 485px;
    height: auto;
}

    div#principal .col_left {
        background: #fff;
        width: 200px;
        min-height: 485px;
        height: auto;
        border-right-style: solid;
        border-right-width: 2px;
        border-color: #78af02;
        display: inline-block;
        margin-right: 2%;
        margin-top: 0px;
    }

    div#principal .col_right {
        max-width: 770px;
        display: inline-block;
        margin: 0px;
        position: absolute;
    }

    div#principal .imagem {
        text-align: center;
    }


div#info {
    font-family: Segoe UI;
    font-size: 16px;
    color: #fff;
}

div#quadrado {
    display: inline-block;
    width: 149px;
    height: 226px;
    margin: 220px auto 0px 40px;
}

div#home {
    font-family: Segoe WP N Light;
    font-size: 42px;
    color: #fff;
    margin-top: 30px;
    border-bottom-style: solid;
    border-width: 2px;
    border-color: #fff;
}

div#emw {
    font-family: Segoe UI;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: -25px;
    padding-left: 94%;
}

#dvformulario {
    min-width: 385px;
    width: 100%;
    min-height: 226px;
    height: auto;
    margin: 10px auto;
    padding-top: 10px;
    font-family: Segoe UI;
    font-size: 14px;
    background: #fff;
}

    #dvformulario input[type="text"] {
        background: #fff;
        height: 30px;
        margin: 5px 5px 5px 5px;
        /*border-width: 1px;
    border-color: #5a9201;*/
        border: 0;
        text-align: left;
        text-indent: 5px;
        font-family: Segoe UI;
        font-size: 14px;
        color: #023684;
        display: block;
    }


    #dvformulario labels {
        background: #fff;
        text-align: left;
        font-family: Segoe UI;
        font-size: 14px;
        color: #023684;
    }

    #dvformulario select {
        height: 30px;
        border: 0;
        font-family: Segoe UI;
        font-size: 14px;
        color: #023684;
        overflow: hidden;
    }


    #dvformulario span {
        font-family: Segoe UI;
        font-size: 14px;
        color: #777;
        margin: 5px 5px 5px 5px;
        float: left;
    }
