body {
    font-family: 'Tahoma', sans-serif;
    background-color: #000;
}

a {
    color: #fff;
    text-decoration: none;
}

legend {
	text-align: center;
    color: #fff !important;
    padding-bottom: 20px !important;
    font-size:22px !important;
    font-weight:600 !important;
    text-shadow: 2px 2px 1px #333;
    text-rendering: optimizeLegibility;
}

optgroup {
  background-color: #486cab;
  color: white;
  font-style: normal;
}

option {
	background-color: #fff;
    color: #000000;
}

*::-webkit-input-placeholder {
    color: #333;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #333;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #333;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

#background {
    position: fixed;
    left: 0px;
    top: 0px;
    background-size: 100%;
    width: 100%;
    height: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*z-index: 9990;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.titulo {
    color: #fff;
    text-align: center;
    font-size: 8px;
    margin-bottom: 3%;
    margin-top: 2%;
    text-shadow: 3px 3px 3px rgba(58, 58, 58, 1);
    text-rendering: optimizeLegibility;
}

.login {
    width: 350px;
    background-color: rgba(255, 255, 255, 0.4);
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.formulario {
    text-align: center;
    padding: 15px;
}

.formulario input, 
.formulario select,
.formulario .pure-button {
    width: 300px !important;
    margin: 0 auto !important;
}

.formulario .pure-button {
    background-color:#10487B;
}

#idioma {
    height: 39px;
}

#entrar {
	margin: 10px 0px;
}

#entrar #aguarde {
	color: #fff;
    padding: 8px 0px;
}

#esqueceu-senha {
	text-shadow: 2px 2px 1px #333;
    text-rendering: optimizeLegibility;
}

#redes-sociais {
    color:#fff; 
    text-align:center;
    margin-top: 10px;
}

#redes-sociais i {
    color: white;
}

#redes-sociais .fa-linkedin-square {
    margin-right:25px;
}

#versoes {
    position:absolute; 
    bottom: 0; 
    right: 0; 
    color:#fff; 
    margin-right: 15px;
}

#linkedrh {
    position:absolute; 
    bottom: 0; 
    left: 0; 
    color:#fff; 
    margin: 15px;
}

.dialogTitle {
	margin: 5px 0px !important;
    background-color: #ECECEC;
    border-width: 0px;
    border: none;
    font-weight: bold;
    font-size: 10pt;
    color: #1D3347;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    background-image: none;
    font-family: Tahoma;
    font-size: 10pt;
}
.dialogBody {
    border-width: 1px;
    border-color: #CCCCCC;
    border-style: solid;
    background-color: #FFFFFF;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
    padding: 20px;
}
.dialogFooter {
	margin: 10px 0px !important;
}
.dialogFooter .content {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dialogBackground {
    background-color: #ECECEC;
}
.linkDefault {
	outline: none !important;
}