
body,
html {
  margin: 0;
  padding: 0;

  background: #ffffff url("../Imagem/Fundo.jpg") no-repeat center center;
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/*Ajustes para mobile (APP)*/
.div-conteudo {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.div-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.div-logo img{
  max-width: 500px !important;
}

body.mobile .div-logo img{
  max-width: 310px !important;
}

.div-login {
  min-width: 300px !important;
  max-width: 500px !important;
  position: initial !important; 
  background-color: #FFF;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  margin: 2rem 0.5rem 6rem 0.5rem !important;
  padding: 0 0.5rem !important;
  border-radius: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-login  p {
  overflow: hidden;
  padding: 5px 0;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.div-login label {
  color: #505050;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  cursor: default;
  margin: 0;
  padding: 0;
  outline: 0 none !important;
  -webkit-tap-highlight-color: transparent;
  font-family: "Open Sans", sans-serif;
}
/**/

#conteudo {
  height: 480px;
  width: 700px;
  margin: -260px 0 0 -350px;
  padding-top: 250px;
  background: url("../Imagem/Logo.png") no-repeat top center;
  position: fixed;
  top: 50%;
  left: 50%;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#conteudo ul {
  display: block;
  text-align: center;
}
#conteudo ul > li {
  cursor: pointer;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  display: inline-block;
  box-shadow: 4px 3px 6px #000 inset;
  background: url("Imagem/Empresa.jpg") no-repeat center center;
  background-size: cover;
  margin: 0 50px;
  position: relative;
}
#conteudo ul > li:last-of-type {
  background-image: url("Imagem/Cliente.jpg");
}
#conteudo ul > li:last-of-type:before {
  content: "";
  float: left;
  height: 200px;
  width: 2px;
  background: #d3d3d3;
  margin-left: -53px;
  border-left: 1px solid #fff;
}
#conteudo ul > li > span {
  font-family: Calibri;
  font-size: 19px;
  margin-top: 185px;
  display: block;
}
#conteudo ul > li > span > em {
  font-style: normal;
  border-bottom: 2px solid #c33440;
}

body.mobile #conteudo {
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background-position: center 20%;
  background-size: 95% auto;
}
body.mobile #conteudo ul {
  position: absolute;
  right: 0;
  left: 0;
  height: 30%;
  display: block;
  bottom: 20%;
}
body.mobile #conteudo ul > li {
  width: 40%;
  height: 40vw;
  margin: 0;
  bottom: 0;
  position: absolute;
  left: 5%;
}
body.mobile #conteudo ul > li:last-of-type {
  left: auto;
  right: 5%;
}
body.mobile #conteudo ul > li:before {
  display: none;
}
body.mobile #conteudo ul > li span {
  font-size: 14px;
  margin: 0;
  position: absolute;
  bottom: -25px;
  text-align: center;
  width: 100%;
}

form.formulario {
  height: 280px;
  height: auto;
  margin-top: -70px;
  width: 320px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -160px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  padding: 30px;
  box-sizing: border-box;
  outline: 0 none !important;
}
form.formulario p {
  overflow: hidden;
  padding: 5px 0;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
form.formulario label {
  color: #505050;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  cursor: default;
  margin: 0;
  padding: 0;
  outline: 0 none !important;
  -webkit-tap-highlight-color: transparent;
  font-family: "Open Sans", sans-serif;
}
.no-arrow::-webkit-inner-spin-button,
.no-arrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-arrow {
  -moz-appearance: textfield; /* Para Firefox */
}
label > input[type="checkbox"] + span,
label > input[type="radio"] + span {
  position: relative;
  z-index: 1;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  overflow: hidden;
}
.spanMarcador {
  cursor: pointer;
  top: initial !important;
  left: initial !important;
  bottom: initial !important;
  right: initial !important;
}
input.spanMarcador {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
label > input[type="checkbox"] + span:before,
label > input[type="radio"] + span:before {
  content: "";
  width: 16px;
  height: 16px;
  vertical-align: middle;
  cursor: pointer;
  float: left;
  border: 1px solid #b3b1b1;
  box-shadow: inset 0px 3px 4px #ececec;
  background: #ffffff;
  border-radius: 3px;
  margin: 1px 5px 0 0;
  white-space: nowrap;
}

.botaoEntrar {
  width: 100%;
  padding-top: 15px;
  overflow: hidden;
  padding: 5px 0;

  display: block;
  font: 600 normal 17px Calibri;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  padding: 0 15px;
  color: #555;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 1px 0 #666, 0 4px 0 #505050, 0 5px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-shadow: 0 0 1px #fff;
  border: 1px solid #cbcbcb;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(100%, #e8e8e8)
  );
  background: -webkit-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e8e8e8',GradientType=0 );
}
form.formulario
  input:not([type="button"]):not([type="reset"]):not([type="submit"]):not(
    [type="checkbox"]
  ):not([type="radio"]) {
  width: 100%;
  border: 1px solid #bfbfbf;
  display: block;
  padding: 0 10px;
  height: 35px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 3px;
  box-shadow: inset 0px 3px 5px #c4c4c4;
  appearance: menulist-button;
  background-image: none !important;
  background-color: -internal-light-dark(
    rgb(232, 240, 254),
    rgba(70, 90, 126, 0.4)
  ) !important;
  color: fieldtext !important;
  writing-mode: horizontal-tb !important;
}

:disabled {
  cursor: default;
  opacity: 0.4;

  > img {
    function: grayscale();
  }
}

.mensagemErro {
  font-family: Calibri;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
  function: box-shadow(0 1px rgba(255, 255, 255, 0.3) inset);
  color: #ffffff;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  z-index: 99;
  background: #eb5d59;
  background: -moz-linear-gradient(top, #eb5d59 0%, #e95a56 3%, #c43c35 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #eb5d59),
    color-stop(3%, #e95a56),
    color-stop(100%, #c43c35)
  );
  background: -webkit-linear-gradient(
    top,
    #eb5d59 0%,
    #e95a56 3%,
    #c43c35 100%
  );
  background: -o-linear-gradient(top, #eb5d59 0%, #e95a56 3%, #c43c35 100%);
  background: -ms-linear-gradient(top, #eb5d59 0%, #e95a56 3%, #c43c35 100%);
  background: linear-gradient(to bottom, #eb5d59 0%, #e95a56 3%, #c43c35 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb5d59', endColorstr='#c43c35',GradientType=0 );

  border-color: #b0352f;
}

.invisivel {
  display: none !important;
}
