body
{
  background: url('../img/background.png') no-repeat;
  background-size: cover;
}

header {
  background-color: #B98B8D;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
header .navbar #navbarSupportedContent ul li {
  display: inline;
}
header .navbar #navbarSupportedContent ul li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px;
}
header .navbar #navbarSupportedContent ul li a:hover {
  text-decoration: underline;
}

.sec-login {
  height: 100vh;
  background-image: url("/_img/fundo-login.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.sec-login a:link {
  text-decoration: none;
}
.sec-login a:visited {
  text-decoration: none;
}
.sec-login a:hover {
  text-decoration: underline;
  color: #1f6fe7;
}
.sec-login a:active {
  text-decoration: none;
}
.sec-login .form-ponto {
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 2px 2px;
  margin: 5px 0;
  background-color: white;
  background-repeat: no-repeat;
  border-width: 1px;
  border-radius: 6px;
  border-style: solid;
  padding: 10px;
  border-color: #e7d4e0;
}
.sec-login .formponto {
  padding-top: -50px;
}
.sec-login #lblembrarsenha {
  font-size: 12px;
}
.sec-login #esquecisenha {
  font-size: 11px;
}

body #main_box_container {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

body #main_box_container #main_box {
  width: 400px;
  height: 430px;
  background: white;
  padding: 40px 20px 20px 20px;
  border-radius: 40px;
}

body #main_box_container #main_box #main_box_title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #ac8403;
}

body #main_box_container #main_box #main_box_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 30px 40px;
}

body #main_box_container #main_box #main_box_text p {
  margin-top: 20px;
}

body #main_box_container #main_box #main_box_text p span {
  color: #ac8403;
  line-height: 1.1;
}

body #main_box_container #main_box .btn-cadastro {
  margin-top: 20px;
  background-color: #ac8403;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
}

.btn.btnponto {
  margin-top: 0px;
  padding: 8px 12px;
  border: none;
  border-color: transparent;
  background-color: green;
  *background-color: green;
  color: #FFFFFF;
  border-radius: 40px;
  font-size: 1rem;
  width: 170px;
}

.btn.btnponto:hover {
  background-position: top left;
  background-color: teal;
  *background-color: teal;
  color: #FFFFFF !important;
}

.btn.btnponto.active {
  background-color: green !important;
  color: #FFFFFF !important;
  background-image: none;
}

.sec-rodape {
  padding-top: 40px;
  background-color: #5f3e53;
}
.sec-rodape #tituloredes {
  text-align: center;
  padding: 20px 0;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.sec-rodape #txtfootermb {
  padding: 30px;
  color: #CCCCCC;
}
.sec-rodape #redessociaismenu {
  font-size: 25px;
  color: #7c7c7c;
}
.sec-rodape #redessociais {
  font-size: 30px;
  color: #7c7c7c;
}
.sec-rodape #redessociais li {
  margin: 8px 12px 0px 8px;
  padding: 0px;
  width: 100%;
}
.sec-rodape #rodapeicones {
  width: 60%;
}
@media (max-width: 768px) {
  .sec-rodape #rodapeicones {
    width: 100%;
  }
}
.sec-rodape #subirTopo {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #FFF;
  background-color: #B98B8D;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  opacity: 0.9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}
.sec-rodape #subirTopo:hover {
  opacity: 1;
}

* {
  margin: 0;
  padding: 0;
}

#subirTopo {
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #FFF;
  background-color: #B98B8D;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
  position: fixed;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  opacity: 0.9;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  z-index: 1000;
}

#subirTopo:hover {
  opacity: 1;
}

/*# sourceMappingURL=vetvida.css.map */
