/* Login page styles */
body {
  background-color: #F8F9FA;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}

.login-container {
  max-width: 380px;
  margin: 0 auto;
  padding: 20px;
}

.logo-fnch {
  width: 200px;
  height: 100px;
  margin-top: 87px;  
}




.text-title {
  color: #004145;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
}

.login-form .form-label {
  font-weight: 500;
  color: #4B5563;
}

.input-group-text {
  border-right: 0;
  border-top-left-radius: .375rem;
  border-bottom-left-radius: .375rem;
  color: #6B7280;
}

.login-form .form-control {
  border-left: 0;
  border-radius: 0 .375rem .375rem 0;
}

.text-link {
  color: #004145;
  font-size: 0.875rem;
  text-decoration: none;
}
.text-link:hover {
  text-decoration: underline;
}

.btn-orange {
  background-color: #E3470E;
  border: none;
  width: 140;
  height: 36;
  top: 570px;
  left: 145px;
  border-radius: 5px;
  color: white;
}
.btn-orange:hover {
  color: white;
  background-color: #c14400;
}

.powered span {
  color: #6B7280;
  font-size: 0.75rem;
}

.powered img {
  margin-left: 5px;
  vertical-align: middle;
}
.user {
  width: 328px;
  height: 72px;
  margin-top:120px;
}

.user-pass {
  width: 328px;
  height: 72px;
  margin-top:0.92px;
}

