body {
  height: 97vh;
  display: flex;
  justify-content: center;
  align-items: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

body, a {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 16px;
}

/**
 * Backgrounds Padroes
 */
body.imagem01 {
  background-image: url('../skins/default/img/login/background-image.jpeg');
}

body.imagem02 {
  background-image: url('../skins/default/img/login/background-image.jpeg');
}

body.imagem03 {
  background-image: url('../skins/default/img/login/background-image.jpeg');
}

body.imagem04 {
  background-image: url('../skins/default/img/login/background-image.jpeg');
}

#support {
  border-radius: 100%;
  width: auto;
  height: 5rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.container {
  display: flex;
  align-items: center;
  background: #FDFDFD;
  padding: 2rem 3rem;
  border-radius: 10px;
}

.container > hr {
  height: 390px;
  margin: 0 3rem;
}

#logos {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 390px;
}

#logos > img {
  max-width: 245px;
  max-height: 175px;
}

#logos > hr {
  width: 170px;
  margin: 1rem 0;
}

#logo_form {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 320px;
  height: 390px;
  text-align: center;
}

#logo_form > img {
  margin-bottom: 1.5rem;
}

/**
 * FORMULARIO
 */
form {
  display: flex;
  flex-direction: column;
  text-align: justify;
}

form > input {
  margin: 5px 0 1rem 0;
}

form label {
  font-weight: bold;
  color: dimgrey;
}

form label b{
  font-weight: bold;
  color: #FF4D4F;
  margin-right: 2px;
}

form input:not([type="button"]) {
  border-radius: 5px;
  border: 1px solid gray;
  min-height: 2rem;
  font-size: 16px;
  padding: 0 10px;
}

form input[type="button"] {
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  color: #FDFDFD;
  background: #2275B9;
  width: 20rem;
  height: 2rem;
}

form input[type="button"]:hover {
  background: #2c92e6;
}

form input:not([type="button"]):focus {
  border-radius: 2px;
  border-color: #2275B9;
  outline: 0 none;
}

#links {
  display: flex;
  justify-content: space-between;
  width: fit-content;
}

#links a {
  cursor: pointer;
  color: #2275B9;
  margin-top: 15px;
  width: min-content;
  text-decoration: none;
}

#links a:nth-child(1) {
  flex: 1;
}

#links a:nth-child(2) {
  flex: 2;
  text-align: end;
}

#links a:hover {
  color: #2c92e6;
}

form span {
  margin-top: -15px;
  text-align: end;
  color: #FF4D4F;
}

/**
 * Primeiro acesso e esqueceu sua senha
 */
.link-acesso {
}

.primeiroAcesso .link-acesso {
}

.link-acesso a:first-child {
}

.link-acesso a {
}

/**
 * Mensagem de retorno
 */
#testaLogin {
}

/**
 * Icones das redes sociais
 */
.social-midia p a, .social-midia p {
}

.social-midia > a {
}

.icon-twitter {
}

/**
 * CAPTCHA
 */
.container-captcha-hide {
  display: none;
}

.container-captcha .container-captcha-controllers{
  margin-bottom: 0;
}

.container-captcha-controllers object{
  margin-left: 17px;
}

.container-captcha .imgCaptcha {
  float: left;
  display: block;
  height: 56px;
  width: 276px;
  max-width: 80%;

  border: 1px solid #CCCCCC;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.captcha-controllers-images, .captcha-controllers-images-plus {
  display: block;
  float: right;
  overflow: hidden;
  margin-right: 1%;
  width: 37px;
  clear: right;
}

.captcha-controllers-input {
  display: block;
  clear: both;
  overflow: hidden;
}

.captcha-controllers-input label {
  width: 46%;
}

.captcha-controllers-input input[type="text"] {
  width: 46%;
}

.text-left {
  text-align: left !important;
}

/**
 * jQuery UI - Autocomplete
 */
.ui-autocomplete-loading {
  background: transparent url('jQueryUI/images/ui-anim_basic_16x16.gif') right center no-repeat;
}
