@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v129/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -moz-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #031e23;
}

.brand-logo {
  width: 280px;
  height: 70px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.brand-logo a img {
  max-width: 150px;
  padding: 5px;
  width: 100%;
  display: block;
  height: auto;
}

@media (max-width: 768px) {
  .brand-logo {
    width: 100%; 
    text-align: center; 
  }

  .brand-logo a img {
    margin: 0 auto;
  }
}

.login-header {
  position: relative;
  padding: 0 80px;
  background-color: rgba(49, 49, 62, 1);
  z-index: 1;
}

.login-wrap {
  height: calc(100% - 70px);
  overflow: auto;
  padding: 30px 0;
}

.login-box {
  max-width: 400px;
  width: 100%;
  padding: 40px 30px;
  margin: 5px auto;
  margin-top: -3rem;
}

/*.box-shadow {
  -webkit-box-shadow: 0 0 px rgba(0, 0, 0, .08);
  box-shadow: 0 0 px rgba(0, 0, 0, .08);
}*/

.border-radius-10 {
  border-radius: 25px;
}

.absolute-right-icon {
  right: 0;
  box-shadow: none !important;
  outline: 0;
}

.form-control {
  padding: 0.675rem .75rem !important;
  border-radius: 1rem !important;
}

.form-control:focus {
  border-color: #00d2de;
  box-shadow: 0 0 0 0.25rem rgba(0, 210, 222, 0.25);
}

.btn {
  padding: 0.675rem .75rem !important;
  border-radius: 1rem !important;
  color: #ffffff;
}

.btn:focus {
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 0 0.25rem rgba(0, 210, 222, 0.25);
}

.btn:hover {
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(0, 210, 222, 0.25);
}

.bg-primary {
  background-color: #00d2de !important;
}