body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.contLogin{
    height:100vh;
    background:#FFFFFF;
}
   .contLogin .contBoxLogin {
      position: relative;
      z-index: 2;
   }

   .banner {
    width: 100%;
    height: 100vh;
    background-size: cover;
}
.banner video {
    position: fixed;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
}
.login {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: #2131666e;
}
.login .imagem{
    text-align:center;
}
.login .imagem img {
    width: 70%;
    height: auto;
    padding-bottom: 0px;
    justify-content: center;
}
.login .aeraLoginInput {
    width: 80%;
    padding: 0 40px;
}


    .login input:not(#cmd) {
        width: 100%;
        height: 60px;
        margin: 5px 0;
        border: 1px solid #213166;
        outline: none;
        font-size: 16px;
        color: #213166 !important;
        padding: 10px 12px;
        border-radius: 0;
        background: #ffffffd9;
    }

input::placeholder {
    color: #BAB9B5
}

.btnlogin {
    padding: 10px 0;
}

#cmd {
    background-color: #213166;
    border: none;
    width: 100%;
    height: 60px;
    color: white;
    text-align: center;
    border-radius: 0;
}

.btnlogin button:hover {
    background-color: #00139b;
}

h5 {
   cursor: pointer;
   margin: 10px 0px 30px 0px;
   color: #ffffff;
}
.infoSistema{
    margin: 30px 0;

}
   .infoSistema h6 {
      text-align: center;
      font-weight: bold;
      color: #ffffff;
   }