* {
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  /*
  background-image: url(../img/fundo.png);
  background-image: url(../gestor/imagens/fundo4.png);
  */
  background-image: url(../imagens/fundo4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.areaLog {
  width: 100%;
  display: grid;
  grid-template-columns: 400px auto;
  padding: 20px 0 80px 80px;
}

.alDir {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  align-content: baseline;
  background-color: #fff;
  width: 360px;
  border-radius: 10px;
  margin-top: 40px;
  -webkit-box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 21px 3px rgba(0,0,0,0.15);
  
  
  
}

.aldLogoAc {
    width: 100%;
    text-align: center;
    margin: 30px 0 20px;
}

img.aldLogoA {
    width: 90px;
}

.aldLogoBc {
    width: 100%;
    text-align: center;
    margin-bottom: 42px;
}

img.aldLogoB {
    width: 221px;
}

.aldForm {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

input.aldCampo {
  width: 100%;
  margin-bottom: 19px;
  padding: 17px 10px;
  font-size: 16px;
  background-color: #F5F5F5;
  border: none;
  border-radius: 7px;
  outline: none;
}

input.aldBtn {
  width: 100%;
}

input.aldBtn {
  width: 100%;
  /* background-color: #0A6EA6; */
  background-color: #5667af;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 15px;
  border-radius: 8px;
  margin: 10px 0 10px;
  cursor: pointer;
}

input.aldBtn:hover {
  background-color: #000;
}

.aldLnkc {
    width: 100%;
    text-align: center;
}

a.aldLnk {
    text-decoration: none;
    color: #0a6ea6;
    font-weight: 300;
}

.aldLnkc {
    width: 100%;
    text-align: center;
}

a.aldLnk {
    text-decoration: none;
    color: #0a6ea6;
    font-weight: 300;
    font-size: 14px;
}

a.aldLnk:hover {
    color: #000;
    font-weight: 400;
}

.authArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 231px;
}

.authAv {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: #c30909;
    font-weight: 500;
}

a.authLnk {
    text-decoration: none;
    background-color: #5667AF;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    margin-top: 24px;
}

a.authLnk:hover {
    background-color: #000;
}

.alEsc {
  text-align: end;
  /* -webkit-app-region: drag; */
}