body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.contLogin {
    min-width: 45%;
    width: auto;
    height: 100vh;
    float: right;
    overflow: hidden;
    background: url(../images/bg/bg_login.svg) no-repeat right top;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.contIframeBanner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

    .contIframeBanner iframe {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

.login {
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    float: right;
    padding: 0 5%;
}

    .login .imagem img {
        width: 100%;
        min-width: 80px;
        height: auto;
        padding-bottom: 20px;
        justify-content: center;
    }
    .login .aeraLoginInput {
        width: 100%;
    }


   .login input:not(#cmd) {
      width: 100%;
      height: 40px;
      margin: 10px 0 5px;
      border: 1px solid #ccc;
      outline: none;
      font-size: 14px;
      color: #747471;
      padding: 10px 12px;
      border-radius: 0;
   }

input::placeholder {
    color: #BAB9B5
}

.btnlogin {
    padding-top: 10px;
}

#cmd {
   background-color: #346A70;
   border: none;
   width: 100%;
   height: 40px;
   color: white;
   text-align: center;
   border-radius: 0;
}

.btnlogin button:hover {
    background-color: #00139b;
}

h5 {
    cursor: pointer;
    margin: 10px 0px 30px 0px;
    color: #346A70;
}
.infoSistema{
    margin: 30px 0;

}
.infoSistema h6 {
    text-align:center;
    font-weight: bold;
    color: #acacac;
}