.mobile-hide {
  display: block;
}
.login-header {
  padding: 7px 80px!important;
}
.form-header {
  background: #e61515!important;
}
.center-header {
  flex: 1;
}
.btn-signin {
  background: #e61515!important; 
  border-color: #e61515!important;
}
.btn-signin:hover {
  background: #c50707!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: #192f5d;
}
/* FOR Tablet */
@media (max-width: 991px) {
  .login-header {
    padding: 7px 15px!important;
  }
}
/* FOR Smartphone */
@media (max-width: 767px) {
  h1 {
    /* display: none; */
    font-size: 15px;
    padding: 5px 0; 
  }
}
/* FOR Smartphone->(Specific Style Only) */
@media (max-width: 550px) {
  /* h1 {
    font-size: 15px;
    padding: 5px 0; 
  } */
}

@media (max-width: 360px) {
  h1 {
    font-size: 23px;
  }
  .mobile-hide {
    display: none;
  }
}

.btn-primary{
  background-color: #007bff;
  border-color: #007bff;
}