.bg-branco {
    background-image: url(../../resources/img/bg_login_cortado.png);
    background-size: 160%;
    background-position-x: 20%;
    height:100vh;
    width: 50%;
}
.bg-azul {
    background: linear-gradient(100deg, #ffffff 49.9%, #657B95 50%), url(../../resources/img/bg_login_cortado.png);
    height: 100vh;
    width: 100%;
}
.h100 {
    height: 100%;
}
.fonte-titulo {
    font-size: 1.2rem;
    font-weight: 700;
}
.fonte-titulo-login {
    color: #00484B;
    font-weight: 900;
}
.label-login {
    color: #707070;
    font-size: 0.85rem;
    margin-left: 36px;
    margin-bottom: 0 !important;
}
.login-subtexto {
    font-size: 0.75rem;
    color: #707070!important;
}
.botao-login {
  margin-top: 10%;
  color: #ffffff !important;
  width: 205px;
}
.margem-negativa {
    margin-left: -47px;
}