.img_fundo {
    width: 100vw; height: 100vh;
    background: url(../../../../img/fundos/fundo_login_dialogo.jpg) no-repeat center center;
    background-size: cover;
    background-color: #2b2b2b;
}

.section-login {
    background-color: hsla(0, 0%, 100%, 0.9);
    height: 460px !important;
    max-width: 550px;
    padding: 30px 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
}

.section-title {
    padding: 0;
}

.input-field {
    width: 100%;
    border-radius: 10px;
    border-left: 10px solid #F59E3B;
}

.input-label {
    left: 15px;
    color: #9A99A5;
}

.input-field:focus + .input-label, .input-field:valid + .input-label {
  /* Posição do rótulo ao receber foco */
  left: 12px;
}

.input-field:focus {
    outline: none;
    border: inherit;
    border-left: 10px solid #F59E3B;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); /* Um brilho suave em vez do azul forte */
}

.content form .button .submit-login {
    width: 100%;
    background-color: #F59E3B;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
    padding: 15px 2px;
    font-family: Arial, Helvetica, sans-serif;
}

.content form .button .submit-login:hover {
    background-color: #383838;
    width: 100%;
}

.section-title {
    background-color: #ffffff00;
    box-shadow: none;
}