 body {
         /* background-image: url("<?= base_url();?>assets/admin/images/bg_main.gif");*/
          height: 80%;

          /* Center and scale the image nicely */
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
      }

      .img_cnter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        /*width: 50%;*/
        
    }

    .authincation-content {
        background: #fff;
        /* box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%); */
        border-radius: 5px;
        box-shadow: 10px 10px 5px #cdc8c6;
        border-radius: 20px 20px 20px 20px;
    }

    .btn-primary {
    color: #fff;
    background-color: #1e6617;
    border-color: #1e6617;
}

.btn-primary:hover {
  background-color: #E72224; /* Green */
  color: white;
  border-color: #E72224;
}

a {
    color: #E72224;
}
a:hover {
  color: #1e6617;
}