* {
  color: #000000;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.principal.sophia {
  width: 600px;
}
.principal {
  margin: auto;
}
#div-copyright {
  margin-left: -20px;
  width: 600px;
  height: 20px;
  text-align: center;
}
#div-copyright > span {
  font-size: 12px;
}
#div-navegador-incompativel {
  display: none;
  margin-bottom: 34px;
  margin-left: -20px;
  width: 600px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#div-navegador-incompativel > span {
  display: inline-block;
  padding: 5px;
  border: solid 1px #b8b403;
  background-color: #fffeee;
  color: #000;
  font-size: 12px;
}
#div-navegador-incompativel > span > label {
  color: #000;
}
#div-login-espacamento {
  height: 300px;
}
#div-login {
  float: right;
  width: 320px;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-align: center;
}
#div-login > div {
  padding: 30px;
  padding-top: 40px;
}
#div-login > div > span {
  display: list-item;
  padding-right: 20px;
  padding-left: 20px;
  width: 220px;
  height: 55px;
  text-align: left;
}
#div-login > div > span > label > input[type="text"],
#div-login > div > span > label > input[type="password"],
#div-login > div > span > label > span.k-dropdown {
  width: 220px;
}
#div-login > div > .k-button {
  margin-top: 20px;
  margin-bottom: 5px;
  width: 120px;
  height: 30px;
}
#div-login > div > span > #mensagem {
  display: none;
  margin-bottom: 5px;
  color: #000;
  text-align: center;
}
#div-logo-sophia {
  float: left;
  width: 270px;
  height: 175px;
  background-image: url('../../Images/Login/logotipo-SophiA.png');
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
  text-align: center;
  background-size: contain;
}
#div-logo-sophia > a {
  display: block;
  width: 100%;
  height: 100%;
}
#div-image-loader {
  display: none;
  height: 16px;
  background-image: url('../../Images/image-loader.gif');
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
}
#div-separador {
  margin-top: 35px;
  margin-left: 279px;
  width: 1px;
  height: 178px;
  background-color: #b9b9b9;
}
.input {
  display: block;
}
.input input {
  z-index: 0;
  margin: 0;
  padding: 6px;
  font: inherit;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .input input {
    padding: 4px;
  }
}
#recuperarAcessoLink {
  cursor: pointer;
  display: block;
  margin-top: 5px;
}
.span-placeholder {
  padding: 5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: center;
}
.container {
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.vertical-center-row {
  display: table-cell;
  vertical-align: middle;
}
.vertical-center-row .col-lg-12 {
  width: 100%;
}
.k-upload {
  border: 0;
}
#div-login .caixa-texto-botao > a[class^='icon-'] {
  color: #000000;
  font-size: 1.2em;
  position: relative;
  padding: 5px 5px 5px 5px;
  font-weight: bold;
  cursor: pointer;
  top: 4px;
  right: 3px;
  text-decoration: none;
}
#div-login .caixa-texto-botao > a[class^='icon-']:hover,
#div-login .caixa-texto-botao > a[class^='icon-']:focus {
  color: #fff;
}
a:focus {
  outline: 1px dotted !important;
}
#navegadorIncompativelLabel > a {
  color: #388dd7;
}
#navegadorIncompativelLabel > a:before {
  content: ", ";
  color: initial;
}
#navegadorIncompativelLabel > a:last-of-type:before {
  content: " ou ";
}
#navegadorIncompativelLabel > a:first-of-type:before {
  content: "";
}
