@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");

body {
  font-family: "Poppins";
}
a {
  text-decoration: none !important;
}
main {
  padding-top: 0 !important;
}

.img-slider {
  max-height: 27rem;
}

.login-container {
  background-image: url("../img/login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 5.5rem;
  padding-bottom: 1rem;
  justify-items: center;
}

.login-form-container {
  background-color: white;
  padding: 2rem;
  border-radius: 0.75rem;
  height: fit-content;
}

@media (max-width: 767px) {
  .login-form-container {
    width: 90%;
    margin: auto;
  }
}

.login-title {
  font-size: 24pt;
  font-weight: 600;
  text-align: center;
  color: #263238;
  margin-top: 2rem;
}

.login-desc {
  text-align: center;
  color: #bababa;
  margin-bottom: 3rem;
}

/* #login-form .form-group {
    border: 1px solid #CFCFCF;
    border-radius: .25rem;
    overflow: hidden;
}

#login-form .form-control::placeholder {
    color: #ACACAC;
}

#login-form .form-control {
    padding: .5rem 1rem !important;
    height: unset;
    border: none;
} */

/* .show-password,
.hide-password {
  background: none;
  border: none;
  color: #acacac;
} */

.button-login {
  background-color: #d72350;
  border: none;
  padding: 0.75rem 1rem;
  color: white;
  border-radius: 0.25rem;
}

#footer .footer-copyright {
  background-color: #d72350 !important;
  text-align: center !important;
}

#footer {
  margin: 0 !important;
}

.page-header {
  background-color: #fff !important;
  border-top: 0px solid #f9f1f2 !important;
}

#header .header-body {
  border-top: 0px solid #ededed !important;
  border-bottom: 0px solid transparent !important;
}

.breadcrumb a {
  color: #000 !important;
}

li.active {
  color: #eb606d !important;
}

.page-header h1 {
  color: #000 !important;
}

#footer {
  background: #d30c48;
  border-top: 4px solid #d30c48;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 0;
  position: relative;
  clear: both;
}

#footer .footer-ribbon {
  background: #999;
  position: absolute;
  margin: -44px 0 0 0;
  padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
  border-right: 10px solid #646464;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 100%;
  position: absolute;
  top: 0;
  width: 7px;
}

#footer .footer-ribbon span {
  color: #fff;
  font-size: 1.6em;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #fff;
}

#footer a:not(.btn) {
  color: #777;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#footer a:not(.btn):hover {
  text-decoration: none;
  color: #fff;
}

#footer a:not(.btn):focus,
#footer a:not(.btn):active {
  color: #ccc;
}

#footer a:not(.btn).text-color-light {
  color: #fff !important;
}

#footer a:not(.btn).text-color-light:hover {
  color: #e6e6e6 !important;
}

#footer a:not(.btn).text-color-light:focus,
#footer a:not(.btn).text-color-light:active {
  color: #cccccc !important;
}

#footer a:not(.btn).text-color-default {
  color: #777 !important;
}

#footer a:not(.btn).text-color-default:hover {
  color: #919191 !important;
}

#footer a:not(.btn).text-color-default:focus,
#footer a:not(.btn).text-color-default:active {
  color: #5e5e5e !important;
}

#footer a:not(.btn).link-hover-style-1 {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#footer a:not(.btn).link-hover-style-1:hover {
  left: 3px;
}

#footer ul.nav-list > li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  line-height: 20px;
  padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
  border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
  margin-bottom: 5px;
}

#footer .footer-nav nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .footer-nav nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

#footer .footer-nav nav > ul > li {
  position: relative;
  height: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#footer .footer-nav nav > ul > li > a {
  position: relative;
  background: transparent;
  padding: 0 14.4px;
  padding: 0 0.9rem;
  margin: 0;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: normal;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}

#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a {
  padding-left: 0;
}

#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before {
  left: 0;
}

@media (min-width: 768px) {
  #footer .footer-nav.footer-nav-bottom-line nav > ul > li > a:before {
    content: "";
    position: absolute;
    width: auto;
    height: 3px;
    top: 50%;
    left: 0.85rem;
    right: 0.85rem;
    margin-top: 15px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

@media (max-width: 991px) {
  #footer .footer-nav {
    width: 100%;
  }

  #footer .footer-nav nav {
    text-align: center;
  }

  #footer .footer-nav nav > ul {
    width: 100%;
  }

  #footer .footer-nav nav > ul > li > a {
    text-align: center;
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  #footer .footer-nav {
    width: 100%;
  }

  #footer .footer-nav nav {
    text-align: center;
  }

  #footer .footer-nav nav > ul {
    width: 100%;
  }

  #footer .footer-nav nav > ul > li {
    height: auto;
    width: 100%;
  }

  #footer .footer-nav nav > ul > li > a {
    text-align: center;
    padding: 1em 0;
  }
}

#footer form {
  opacity: 0.85;
}

#footer form label.error {
  line-height: 16px;
  margin: 5px 0 -5px;
  display: block;
  clear: both;
}

#footer form .alert {
  padding: 6px;
  text-align: center;
}

#footer .logo img {
  position: relative;
  top: 2px;
}

#footer .twitter [class*="fa-"],
#footer .twitter .icons {
  clear: both;
  font-size: 1.5em;
  position: relative;
  top: 3px;
  margin-right: -22px;
  left: -30px;
  color: #fff;
}

#footer .twitter .meta {
  color: #999;
  display: block;
  font-size: 0.9em;
  padding-top: 3px;
  opacity: 0.5;
}

#footer .twitter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .twitter ul li {
  padding-bottom: 20px;
  padding-left: 30px;
}

#footer .twitter ul li:last-child {
  padding-bottom: 0;
}

#footer .twitter.twitter-dark [class*="fa-"],
#footer .twitter.twitter-dark .icons {
  color: #333;
}

#footer .twitter.twitter-dark .meta a {
  color: #333;
}

#footer .twitter.twitter-light {
  color: #fff;
}

#footer .twitter.twitter-light [class*="fa-"],
#footer .twitter.twitter-light .icons {
  color: #fff;
}

#footer .twitter.twitter-light .meta a {
  color: #fff;
  opacity: 0.7;
}

#footer .twitter-account {
  color: #fff;
  display: block;
  font-size: 0.9em;
  margin: -15px 0 5px;
  opacity: 0.55;
}

#footer .twitter-account:hover {
  opacity: 1;
}

#footer .footer-bg-color-2 {
  background: #1c2023;
}

#footer .footer-copyright {
  background: #1c2023;
}

#footer .footer-copyright nav {
  font-size: 0.9em;
}

#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .footer-copyright nav ul li {
  display: inline-block;
  line-height: 12px;
  margin: 0;
  padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
  border: medium none;
  padding-left: 0;
}

#footer .footer-copyright nav ul li:last-child {
  padding-right: 0;
}

#footer .footer-copyright p {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

#footer .footer-copyright .sosial-links {
  color: #fff;
}

#footer .footer-copyright .sosial-links:hover {
  color: black;
}

#footer .footer-copyright.footer-copyright-style-2 {
  background: #d30c48;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#footer .footer-copyright.footer-copyright-border-grey {
  border-top: 1px solid #e5e5e5;
}

#footer .footer-copyright.footer-copyright-full-width-border-top {
  position: relative;
  border-top: 0;
}

#footer .footer-copyright.footer-copyright-full-width-border-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

#footer.footer-reveal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -10;
}

.footer-top-border {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.footer-bottom-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.footer-left-border {
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.footer-right-border {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.footer-top-light-border {
  border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer-bottom-light-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer-left-light-border {
  border-left: 1px solid rgba(255, 255, 255, 0.05) !important;
}

.footer-right-light-border {
  border-right: 1px solid rgba(255, 255, 255, 0.05) !important;
}
