@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f0f0f0;
  overflow-x: hidden;
  color: #2e384d;
}

.card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  border: none !important;
}

.title {
  color: #34495e;
}

#sidebar-wrapper {
  min-height: 100vh;
  margin-left: -15rem;
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}

#sidebar-wrapper .list-group {
  width: 15rem;
}

#page-content-wrapper {
  min-width: 90vw;
}

#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
/* @media only screen and (max-width: 480px) {
  h5 {
    color: red !important;
  }
  } */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) {

  h5 {
    color: red !important;
  }
} */

@media (min-width: 768px) {
  /***Gp FORM */

  #sidebar-wrapper {
    margin-left: 0;
    -webkit-transition: margin 0.25s ease-out;
    -moz-transition: margin 0.25s ease-out;
    -o-transition: margin 0.25s ease-out;
    transition: margin 0.25s ease-out;
  }

  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
  .login-logo {
    width: 20%;
  }
  h5 {
    font-size: 20px;
  }
}
