   html,
    body {
      height: 100%;
    }

    body {
      font-family: 'Poppins', sans-serif;
    }

    a,
    a:link,
    a:visited,
    a:active,
    a:hover,
    button,
    input,
    select,
    textarea,
    i {
      text-decoration: none;
      outline: none;
      -moz-transition: all 300ms ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
    }

    input,
    select,
    textarea {
      width: 100%;
      outline: none;
      -moz-transition: all 300ms ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
    }

    input[type="radio"],
    input[type="checkbox"] {
      width: auto;
    }

    input:focus,
    select:focus,
    textarea:focus,
    button:focus {
      outline: none;
      box-shadow: none;
    }

    img {
      max-width: 100%;
      -moz-transition: all 300ms ease-in-out;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
    }

    .clearfix {
      clear: both;
    }

    img {
      max-width: 100%;
    }

    .Login_page {
      display: flex;
      height: 100%;
    }

    .login_box {
      position: relative;
      width: 50%;
      background: #fff;
      padding: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .login_img {
      width: 50%;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: relative;
    }

    #Gail_login_slider {
      width: 100%;
    }

    #Gail_login_slider .item img {
      width: 100%;
      height: 100vh;
      object-fit: cover;
    }

    .logindiv {
      width: 380px;
    }

    .logindiv a.logo {
      display: table;
      margin: 0 auto 20px;
    }

    .logindiv input {
      width: 100%;
      height: 50px;
      border: none;
      border-radius: 10px;
      padding: 5px 20px;
      font-size: 16px;
      color: #000;
      background: rgba(1, 105, 56, 0.1);
    }

    .logindiv input:focus {
      background: rgba(1, 105, 56, 0.3);
    }

    .logindiv button {
      width: 100%;
      margin: 0 auto 20px;
      display: block;
      height: 50px;
      border: none;
      border-radius: 10px;
      padding: 5px 20px;
      font-size: 20px;
      color: #fff;
      background: #016938;
      font-weight: 600;
      text-transform: uppercase;
      box-shadow: 0px 8px 0px #014826;
    }

    .logindiv button:hover {
      background: #f5bc1f;
      color: #000;
      box-shadow: 0px 8px 0px #a87e09;
    }

    .logindiv input:focus,
    .logindiv button:focus {
      outline: none;
    }

    .custom_checkbox input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
    }

    .custom_checkbox label {
      position: relative;
      cursor: pointer;
      color: rgb(0, 0, 0, 0.5);
      font-size: 16px;
    }

    .custom_checkbox label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid rgb(0, 0, 0, 0.5);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 12px;
      border-radius: 3px;
    }

    .custom_checkbox input:checked+label:after {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      left: 7px;
      width: 6px;
      height: 14px;
      border: solid #fff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    .Remenber_Forgot {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: 30px;
      padding: 0 5px;
    }

    a.Forgot {
      color: rgb(0, 0, 0, 0.5);
      font-size: 16px;
    }

    .signuplink {
      color: rgb(0, 0, 0, 0.5);
      font-size: 16px;
      text-align: center;
    }

    .signuplink a {
      color: #016938;
    }

    .OR::before {
      content: "";
      width: 100%;
      height: 1px;
      background: #d5d5d5;
      position: absolute;
      left: 0;
      top: 10px;
    }

    .OR {
      text-align: center;
      display: block;
      margin: 20px 0;
      position: relative;
    }

    .OR small {
      background: #fff;
      color: #000;
      font-weight: bold;
      padding: 5px 15px;
      position: relative;
      z-index: 1;
    }

    p.copyright {
      color: #fff;
      position: absolute;
      left: 0;
      bottom: 10px;
      width: 50%;
      text-align: center;
    }

    .m_link {
      /* position: absolute;
    left: 0; */
      width: 100%;
      text-align: center;
      bottom: 20px;
    }

    .m_link a {
      color: #2d2d2d;
      font-size: 15px;
      text-transform: capitalize;
      margin: 0 15px;
      position: relative;
    }

    .m_link a::after {
      content: "";
      width: 1px;
      height: 80%;
      background: #2d2d2d;
      position: absolute;
      top: 10%;
      right: -15px;
    }

    .m_link a:last-child::after {
      display: none;
    }

    .gailwhaite {
      position: absolute;
      bottom: 0;
      z-index: 1;
      background: rgb(1 105 56 / 65%);
      width: 100%;
      padding: 25px 100px;
      text-align: center;
      color: #fff;
      font-size: 15px;
    }

    .gailwhaite p {
      margin: 0;
    }

    .gailwhaite img {
      margin-bottom: 10px;
    }

    .carousel-indicators {
      bottom: 50px;
      left: auto;
      right: 25px;
      width: auto;
      margin-left: 0;
    }

    .carousel-indicators li {
      display: block;
      margin: 5px;
    }

    .carousel-indicators .active {
      margin: 5px;
      width: 10px;
      height: 10px;
      background-color: #ffffff;
    }

    .welcome{
      color: #a3bdae;
      font-size: 18px;
      text-transform: uppercase;
      margin-bottom: 15px;
      display: block;
      text-align: center;
    }

    .logindiv p{
      text-align: center;
      font-size: 16px;
      color: #999999;
      margin-bottom: 30px;
      line-height: 26px;
    }
    /*==============================================================
     
    Media Css Start Here 

    ==============================================================*/

    @media only screen and (max-width: 1024px) {
      .m_link a {
        color: #2d2d2d;
        font-size: 13px;
        text-transform: capitalize;
        margin: 0 10px;
        position: relative;
      }

      .gailwhaite {
        padding: 15px 50px;
      }

      .gailwhaite p {
        font-size: 14px;
      }

      .carousel-indicators {
        bottom: 30px;
      }

    }


    @media only screen and (max-width:992px) {

      .login_img {
        display: none;
      }

      .login_box {
        width: 100%;
      }


    }

    @media only screen and (max-width: 767px) {

      html,
      body {
        height: auto;
      }

      .login_img {
        display: none;
      }

      .login_box,
      .logindiv {
        width: 100%;
      }

      p.copyright {
        position: initial;
        width: 100%;
        text-align: center;
        margin-top: 15px;
      }

    }

    @media only screen and (max-width: 525px) {

      html,
      body {
        height: 100%;
      }

      p.copyright {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
      }
      .m_link a {
         display: table;
         min-width: 200px;
        margin: 8px auto;
        background: #f1f1f1;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 14px;
      }

      .m_link a::after {
        display: none;
      }

    }
