.mobile-hide {
  display: block;
}
.login-header {
  padding: 7px 80px!important;
}
.form-header {
  background: #ffffff!important;
}
.center-header {
  flex: 1;
}
.btn-signin {
  background: #4fd0a9!important; 
  border-color: #4fd0a9!important;
  color: #ffffff;
}
.btn-signin:hover {
  background: #3eaf91!important;
}
.brand-logo {
  display: flex;
}
.brand-logo img {
  height: 40px; 
  width: auto!important; 
  margin-right: 10px;
}
h1 {
  font-size: 23px;
  margin: 5px 0; 
  font-family: serif; 
  padding: 0px 0; 
  display: flex; 
  color: #11823b;
}
/* FOR Tablet */
@media (max-width: 991px) {
  .login-header {
    padding: 7px 15px!important;
  }
}
/* FOR Smartphone */
@media (max-width: 767px) {
  h1 {
    font-size: 15px;
    padding: 5px 0; 
  }
}
/* FOR Smartphone->(Specific Style Only) */
@media (max-width: 720px) {
  h1 {
    font-size: 23px;
  }
  .mobile-hide {
    display: none;
  }
}

/* @media (max-width: 420px) {
  h1 {
    font-size: 23px;
  }
  .mobile-hide {
    display: none;
  }
} */