.login {
    /*.suite-ph {
        display: inline-block;
        vertical-align: top;
        margin-right: 90px;

        .row {
            margin-top: 23px;

            .active {
                opacity: .5;
            }
        }
    }*/
  /*CUSTOM CONFIG*/
}
.login .linha-superior {
  width: 100%;
  height: 100px;
  background-color: #838181;
}
.login .login-ph {
  min-height: 450px;
}
.login .centro {
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  width: 54%;
  min-width: 1000px;
  font-size: 14px;
}
.login .centro .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.login .centro .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.login .fieldset-ph {
  background-color: #ff9a6e;
  padding: 25px;
}
.login fieldset {
  width: 650px;
  margin: auto;
}
.login .descricao-lateral {
  display: inline-block;
  width: 45%;
  vertical-align: top;
  margin-right: 5%;
}
.login .form-signin {
  display: inline-block;
  width: 48%;
}
.login .link-esqueci-senha {
  margin-top: 15px;
  display: block;
}
.login ul.navbar-nav, .login p.navbar-text {
  display: none !important;
}
.login .label-selecione-empresa {
  margin-top: 10px;
  font-weight: bold;
}
.login .logotipo-texto {
  font-size: small;
  font-weight: bold;
}
.login .btn-entrar {
  background-color: #d0441c;
  border-color: #BD3E1A;
}
.login .btn-entrar:hover, .login .btn-entrar:active, .login .btn-entrar:focus {
  background-color: #AF4222;
  border-color: #BD3E1A;
}
