body {
    background-color: #fbf2c6;
  }
  @media (min-width: 991.98px) {
    main {
      padding-left: 240px;
    }
  }
  h5{
    color:rgb(7, 49, 2);
    font-family: fantasy;
  }
  .inputs{

    position: relative;

   }
  /* Sidebar */
  .sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 30px 0 0; /* Height of navbar */
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 240px;
    z-index: 600;
  }
  
  @media (max-width: 991.98px) {
    .sidebar {
      width: 100%;
    }
  }
  .sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  }
  
  .sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }

  /* ACCORDIONS */
  .carousel h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 900; 
 }
 button.accordion {
     background-color: #a887281a;
     color: steelblue;
     cursor: pointer;
     padding: 18px;
     width: 100%;
     border: none;
     text-align: left;
     outline: none;
     font-size: 15px;
     transition: 0.4s;
     font-weight: 600;
     font-family: 'Raleway', sans-serif;
 }
 
 button.accordion.active,
 button.accordion:hover{
     background-color: #7e7a2f80;
     color: black;
 }
 button.accordion:after{
     content: '\02795';
     font-size: 13px;
     color: red;
     float: right;
     margin-left: 5px;
 }
 
 button.accordion.active:after{
     content: '\02796';
 }
 
 #pnl {
     padding: 0 18px;
     background-color: white;
     max-height: 0;
     overflow: hidden;
     transition: 0.5s ease-in-out;
     opacity: 0;
 }
 #pnl.show {
  opacity: 1;
  max-height: 500px;  
}
  /* END OF ACCORDION */

  /* START REGISTRATION FORM */
  

  
  /* END REGISTRATION FORM */

 /* START LOGIN FORM */
 .page-logincontent {
  justify-content: center;
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 50px;
  -o-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}
.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }

.img, .login-wrap {
  width: 50%; }
  @media (max-width: 991.98px) {
    .img, .login-wrap {
      width: 100%; } }

@media (max-width: 767.98px) {
  .wrap .img {
    height: 250px; } }

.login-wrap {
  position: relative;
  background: #fff h3;}
  .form-control {
    height: 48px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1); }
    .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.2) !important; }
    .form-control:focus, .form-control:active {
      outline: none !important;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid #e3b04b; }

/* END LOGIN FORM */
/* SIDE BAR */

/* END SIDE BAR */