* {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-style: normal;
}

body {
  color: #212121;
}

.formulario {
  margin: 45px auto 0px auto;
  width: 204px;
  height: 370px;
  position: relative;
}
.login_separator{
  margin-bottom: 5px;
}
.login_separator.last{
  text-align: left;
}
.login-label{
  display:inline-block;
  *display:inline;
  *zoom:1;
  min-width:50px;
  text-align:right;
}
.login_separator > .botao{
  margin-left: 68px;
}
.logoCliente{
  margin:0 auto;
  overflow:visible;
  text-align:center;
/*width:204px;*/
}
.logoCliente > img{
  margin: 0;
}
#login_holder{
  margin:50px auto 0;
  position:relative;
  text-align:center;
}
#login_holder .mdl_loading {
  top: 10px;
  left: 4px;
}
#flashContent {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
form {
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  color: #212121;
}
form input{
  color: #FFF;
}
table {
  background-color: transparent;
  color: #212121;
  margin: 18px 0 0;
  padding: 0;
}
th {
  font-weight: normal;
  padding-left: 15px;
  text-align: right;
  background-color: transparent;
  color: #212121;
}
td {
  font-weight: normal;
  background-color: transparent;
  color: #212121;
  text-align: left;
}
.input_text {
  width: 120px;
}
.botao {
  font-size: 11px;
  text-decoration: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.senha_view {
  position: absolute;
  top: 14px;
  right: 0;
}
hr {
  border-style: none;
  width: 500px;
  height: 1px;
  margin-top: 60px;
  background-color: gray;
}
a, p {
  background-color: #fff;
  color: #888;
  font-size: 11px;
  line-height: 10px;
  margin-top: 5px;
  margin-bottom: 0px;
  text-decoration: none;
}
a:hover {
  color: blue;
}
img {
  margin: 5px;
  border-style: none;
}
.logoJobOne {
  margin: 35px 0 0 0;
  width: 125px;
  height: 51px;
}
.sty_box_loading_01  {
  display: inline-block;
  height: 16px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.mdl_botao{
  margin-left: 33px;
}
.botao {
  font-size: 8pt;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 10px 0;
  height: 28px;
  line-height: 26px;
  background: #2b2b2b;
    color: #fff;
  border: 0 none;
}
.img_postit {
position: absolute;
width: 300px;
height: 300px;
top: -143px;
left: 310px;
background: transparent url('') scroll no-repeat left top;
}
/*CLEARFIX*/
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}