html,
body {
  background-color: #5479f7;
}

a:hover {
  cursor: pointer;
}

.widget-user-image {
  width: 80px;
  height: 80px;
  font-size: 38px;
  background-color: #efefef;
  border: 3px solid #ffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.widget-user {
  width: 100%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.npc-modal-content {
  padding: 0px;
}

.login-page2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1037px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-page2 > .login-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login-page2 > .login-form {
  width: 100%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0px;
  position: relative;
}

.login-loading {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 15px;
}

.login-card {
  width: 100%;
}

.login-card .login-card-head {
  padding: 20px;
  margin-bottom: 20px;
}

.login-card .login-card-body {
  padding: 0px 40px;
}

.form-group {
  margin-bottom: 30px;
}

.form-group label {
  font-size: 16px;
}

.form-group input {
  width: 100%;
  border: 1px solid #d2daeb;
  border-radius: 4px;
  font-size: 16px;
  padding: 6px 10px;
}

.input-icon {
  position: relative;
}

.input-icon input {
  padding-right: 30px;
}

.input-icon i {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #b0c9ff;
}

.form-group input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #77b3d6;
          box-shadow: 0 0 0 1px #77b3d6;
  border-color: #77b3d6;
}

button {
  background-color: #ff431b;
  color: #fff;
  border: 2px solid #d73d1d;
  padding: 7px 15px;
  border-radius: 6px;
}

button:hover {
  background-color: #e53f1c;
}

button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #e53f1c;
          box-shadow: 0 0 0 1px #e53f1c;
}

button:disabled {
  background-color: #ff8065;
  border-color: #ff8065;
}

button.btn-secondary {
  background-color: #337ab7;
  border-color: #367fa9;
}

button.btn-secondary:hover {
  background-color: #367fa9;
}

button.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 1px #367fa9;
          box-shadow: 0 0 0 1px #367fa9;
}

@media only screen and (max-width: 1000px) {
  .login-page2 {
    top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .login-page2 .login-image {
    display: none !important;
  }

  .login-page2 .login-form {
    max-width: 100% !important;
  }
}

.empresas {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 5px;
}

.empresa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3f3f3;
  padding: 10px;
  margin-bottom: 10px;
}

.empresa:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  cursor: pointer;
}

.empresa .empresa-icone {
  padding: 0px 12px;
}

.empresa .empresa-conteudo h1 {
  font-size: 17px;
  font-weight: bold;
  margin: 0px;
}

.empresa .empresa-conteudo p {
  margin: 0px;
}

.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff431b;
  -webkit-animation: lds-grid 1.2s linear infinite;
          animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
}

@-webkit-keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.npc-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.npc-checkbox label > span {
  font-weight: 500;
  margin: 2px 0px 0px 10px;
}

.npc-checkbox input[type="checkbox"] {
  display: none;
}

.npc-checkbox .npc-checkbox-container {
  width: 20px;
  height: 20px;
  background-color: #d2d6de;
  border-radius: 4px;
  position: relative;
}

.npc-checkbox input[type="checkbox"]:checked ~ .npc-checkbox-container {
  background-color: #ff431b;
}

.npc-checkbox input[type="checkbox"]:checked ~ .npc-checkbox-container:after {
  content: "";
  width: 5px;
  height: 10px;
  position: absolute;
  left: 8px;
  top: 4px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

