::-webkit-scrollbar, -moz-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track, -moz-scrollbar-track { -webkit-box-shadow: inset 2 2 6px rgba(0,0,0,0.3); border-radius: 1px; background-color: rgb(242, 242, 242); }
::-webkit-scrollbar-thumb, -moz-scrollbar-thumb { background-color: rgb(36, 171, 226);}

.validation-summary-errors li {color:red; list-style-type: none; font-family: arial,sans-serif;font-size: 10pt;}

input[type="submit"] {cursor:pointer;}

html {
    width: 100vw;
    height: 100vh;
}

body {   
    font-size: 9pt;
    margin: 0;
    padding: 0;
    color: #333;
    font-family: sans-serif;
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 100vh; 
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;

    background: -moz-linear-gradient(-45deg, rgba(125,185,232,0) 0%, rgba(114,187,234,0) 29%, rgba(86,191,239,1) 100%);

    background: -webkit-linear-gradient(206deg, rgba(125,185,232,0) 0%,rgba(114,187,234,0) 29%,rgba(86,191,239,0.2) 100%);

    background: linear-gradient(206deg, rgba(125,185,232,0) 0%,rgba(114,187,234,0) 29%,rgba(86, 191, 239, 0.2) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 0;
    


}

a{
    text-decoration: none;
    cursor: none;
}

header {
    width: 100%;
    float: left;
    position: relative;
    z-index: 50;
    background-image: url('images/header.jpg');
    background-size: 100vw auto;
    height: 200px;
    background-repeat: no-repeat;
}

.missao {
    margin: auto;
    width: calc(100% - 60px);
    padding: 25px 0 0 0;
    text-align: center;
}

.missao span {
    color: #FFFFFF;
    font-size: 9pt;
    letter-spacing: 1pt;
    font-weight: 600;
    font-family: monospace;
    text-shadow: 1px 1px 1px #011340;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}

/* login form */

.logo {
    height: 180px;
    margin: 60px 0;
    float: left;
}

.login_2 {
    position: absolute;
    width: 100%;
    margin: auto;
    height: 300px;
    background-color: rgba(248,251,253,0.95);
    border-bottom: 1px solid rgba(0, 184, 238, 0.32);
    border-top: 1px solid rgba(0, 184, 238, 0.32);
    top: 0;
    bottom: 0;
    box-shadow: 0px 2px 15px rgba(99, 119, 154, 0.34);
}

#box {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 800px;
}

.form {
    position: relative;
    width: 460px;
    height: 215px;
    margin: 55px 0;
    margin-left: 400px;
}

.loginPlace {
    margin: auto;
    width: 380px;
    height: 177px;
    position: relative;
}

.linha {
    float: left;
    width: 300px;
    margin-top: 24px;
    margin-left: 15px;
}

.label_login {
    color: #fff;
    font-size: 1em;
    float: left;
    margin: 0;
    letter-spacing: 1.2pt;
    width: 120px;
    line-height: 40pt;
    text-align: center;
}

.login_icon {
    height: 30px;
    display: block;
    float: left;
    padding: 13px;
}

.label_input {
    width: 240px;
    height: 36px;
    background-color: rgb(7, 177, 229);
    border: 1px solid #AAE6F9;
    font-size: 9pt;
    border-radius: 1px;
    padding: 5px 20px;
    text-align: left;
    margin: 0;
    float: left;
    color: white;
    color: #333;
    letter-spacing: 1.5pt;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color:#fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#fff;
}
:-moz-placeholder { /* Firefox 18- */
    color:#fff;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
} 

/* btn_entrar_login*/


#btLogin {
    padding: 15px;
    display: block;
    margin: 25px 0;
    border: none;
    color: #FFFFFF;
    font-size: 10pt;
    letter-spacing: 1.5pt;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    float: left;
    background-color: #07B1E5;
}

#btLogin:hover {    
    background-color:#3784C4;
}

p.msg {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 70px;
    left: 416px;
    letter-spacing: 0.6pt;
}

/* idryl footer */

.login_footer {
    bottom: -2px;
    left: 0;
    margin: auto;
    position: absolute; 
    z-index: 5;
}

#logos_2 {
    margin:0 auto;
    display: block;
    height: 200px;
    width: 200px;
}

#poly_footer {
    fill: rgba(255,255,255, 0.5);
    stroke: rgba(53, 14, 142, 0.23);
    stroke-width: 1px;
}

#logos_imgs_2 {
    bottom: 9px;
    position: absolute;
    left: 7px;
    width: 95px;
    margin: auto;
    z-index: 10;
}

#inst {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 55px;
}

#idryl {
    height: 37px;
    float: left;
    display: block;
    margin: 5px 0;
}

.footerGeral {
    position: absolute;
    bottom: 0px;
    height: 31px;
    right: 0;
    z-index: 5;
    width: calc(100% - 140px);
    border-top: 1px solid rgba(53, 14, 142, 0.23);
}

a.footerContents {
    color: #37108F;
    margin: 6px 10px;
    font-size: 8pt;
    letter-spacing: 1pt;
    cursor: pointer;
    text-align: right;
    display: block;
    line-height: 15pt;
    font-family: monospace;
}