#login{
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 30px;
	padding-left: 30px;
	width: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 2px 5px 40px rgb(195,195,191);
	background-color: white;

}
#login-bv{
  transform: translate(-50%,-50%);
  box-shadow: 2px 5px 5px rgb(195,195,191);

}

#fundo{
	background-color: rgb(243,243,243);
	/* background-image: url("/res/admin/img/login_back.jpg"); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
#login-teste{
	box-shadow: 2px 5px 40px rgb(195,195,191);
}

#fundo-login{
  background-attachment: fixed;
  background-image: url('/res/admin/img/login_back.jpg');
}

.btn-dth{
  font-family: calibri;
  font-style: bold;
}
/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
  margin: 0px; 
  padding: 0px; 
  box-sizing: border-box;
}

body, html {
  height: 100%;
  font-family: Poppins-Regular, sans-serif;
}

/* classes especificas */
.limiter {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: auto;
}

.wrap-login100 {
  height: 100%;
  width: 100%;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}

.login100-more {
  width: calc(100% - 560px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
}

.flex-sb {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
}

/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .login100-form {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .login100-more {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .login100-form {
    width: 100%;
  }

  .login100-more {
    display: none;
  }
}

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 70px;
  }
}
