* {
  padding: 0px;
  margin: 0px;
}
body {
  position: fixed;
  width: 100%;
  background-image: url(../img/mdfe.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.container-principal {
  min-width: 1100px;
}

.imagem-fundo {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.container-principal {
  margin-bottom: 0px;
}

.container-imagem {
  padding: 0px !important;
}
.container-tela-login {
  width: 100%;
  height: 100%;
}
.container-form {
  width: 400px;
  background-color: #f2f2f2;
  height: 500px;
  padding-top: 40px;
  padding-bottom: 30px;
  position: absolute;
  right: 65px;
  margin-top: 70px;
  border-radius: 8px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 24%);
  padding-left: 50px !important;
  padding-right: 50px !important;
  margin-right: 0px;
}

.container-form input {
  height: 35px !important;
  border: 2px solid #e0e4e6 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  padding-left: 4px !important;
}

.form-titulo {
  margin-bottom: 50px;
}

.form-subtitulo {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.form-titulo,
.btn-logar,
.btn-esqueceu,
.btn-voltar,
.btn-recuperar,
.form-subtitulo {
  font-weight: 600;
}

.btn-esqueceu,
.btn-voltar {
  color: #212121;
  cursor: pointer;
  text-transform: none;
}

.form-botoes .col:nth-child(2) {
  text-align: right;
  padding-right: 2px;
}

.btn-logar,
.btn-recuperar {
  text-transform: none;
  width: 70%;
}

#icon-password-eye,
#icon-password-eye2 {
  position: relative;
  top: -39px;
  float: right;
  cursor: pointer;
  color: #9e9e9e;
}

.d-none {
  display: none;
}
.erro-text {
  font-size: 16px;
  font-family: Muli-Bold;
  font-weight: 700;
  margin-bottom: 10px;
  color: #f44336;
}
.dados_login {
  width: 100%;
  height: 100%;
  padding: 24% 10% 0% 15%;
}
.txtBlack {
  font-family: Muli-Black;
  font-weight: 900;
}
.capitalize {
  text-transform: capitalize;
}
.imgLogin {
  background-repeat: no-repeat;
  height: 662px;
}

.btn-logar {
  width: calc(100% / 4);
  height: 48px;
  border-radius: 4px;
  border: none;
  outline: 0 none;
  transition: all 1s ease;
  position: absolute;
  right: 42px;
}

.btn-logar:hover {
  background: #23a9f6;
  box-shadow: 0 2px 15px 0 #23a9f6;
  border-radius: 4px;
  transition: all 1s ease;
}

.dados_login {
  width: 100%;
  height: 100%;
  padding: 24% 10% 0% 15%;
}

.col-lg-6.imgLogin {
  width: 54.411%;
}

.col-lg-5.inputLogin {
  width: 45.59%;
}

.dinput {
  width: 88.1%;
  margin-top: 0px;
}

.back_login {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.txtcolordefault {
  color: rgba(0, 0, 0, 0.8) !important;
}

.img_bck {
  float: left;
  width: 100%;
}

.img_login_fundo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("/static/img/Business.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.backmaintransp {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img-busines {
  width: 100%;
  height: 100%;
}

.pasLost {
  margin-top: 3%;
}

.inputmsg {
  margin-bottom: 0px;
}

.esconder {
  display: none;
}

.erro-campo {
  float: left;
  margin-top: 1px;
}
.back_login {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}
.img_bck {
  float: left;
  width: 100%;
}
.row {
  margin-bottom: 10px;
}
.btn-logar:hover,
.btn-recuperar:hover {
  /* opacity: 0.8;*/
  background-color: black;
  color: white;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 60%);
}
.btn-voltar:hover {
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 50%);
}
