@media(max-width: 767px) {
    .login-form {
      padding: 20px !important;
    }
  }
  img.login-img {
    width: 200px;
    margin-bottom: 22px;
  }
  .login-page button {
    width: 100%;
  }
  .logout-btn {
    background: #ff7582;
    color: black;
  }
  .greeting-user {
    background: white;
    padding: 4px 20px;
    border-radius: 10px;
  }
  .text-align-left {
    text-align: left
  }
  .text-align-right {
    text-align: right
  }
  .container {
    padding: 25px;
  }
 .cro {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 21px;
    background: antiquewhite;
    padding: 12px;
  }
  .header-bg-secondary {
    background: #ffc177;
  }