body{
  font-family: 'Poppins', sans-serif;
  background: #5b5a5a !important;
}
p{
  margin: 0 !important;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
h1,h2,h3,h4,h5,h6{
  margin: 0 !important;
}
.wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
.input-group label{
  width: 100%;
}
.left-box {
  background-image: url(../img/bg.jpg);
  box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
  align-items: center;
  min-height: 580px;
  position: relative;
  width: 100%;
  max-width: 100%;
  flex: 1.2;
  border-radius: 20px 0px 0px 20px;
  overflow: hidden;
}
.overly{
  width: 100%;
  height: 100%;
  position: absolute;
  background: #00436be0;
  left: 0;
  display: flex;
  align-items: center;
  padding: 30px;
}
.right-box {
  flex: 1;
  background: #ffffffe6;
  min-height: 580px;
  box-shadow: 0 12px 15px 0 rgb(0 0 0 / 24%), 0 17px 50px 0 rgb(0 0 0 / 19%);
  border-radius: 0px 20px 20px 0px;
  padding: 30px;
  display: flex;
  align-items: center;
}
.item-box {
  width: 100%;
}
.overly h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 25px;
}
.overly h2:after {
  border-bottom: 3px solid #fff;
  content: '';
  width: 128px;
  display: block;
}
.info p {
  color: #fff;
  font-size: 16px;
  text-align: justify;
  padding-bottom: 35px;
}
.info a {
  background: #0b77b6;
  font-size: 16px;
  padding: 10px 30px;
  color: #fff;
  text-decoration: none;
  border-radius: 40px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #0b77b6;
  transition: 0.5s;
}
.info a:hover {
  text-decoration: none;
  background: #fff;
  border: 1px solid #0081cd;
  transition: 0.5s;
  color: #0b77b6;
}
.heading h1 {
  font-size: 35px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: left;
}
.heading h1:after {
  content: '';
  border-bottom: 2px solid #000;
  display: block;
  width: 118px;
  padding-top: 4px;
}
.login-from {
  padding-top: 25px;
}
.input-group label {
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  padding-bottom: 5px;
}
.login-from .input-group input {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  border-radius: 30px;
  padding: 9px 12px;
  border: 1px solid #d1d1d1;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}
.group label {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
}
.submit-btn {
  margin-top: 20px;
  background: #0b77b6;
  border: 1px solid #0b77b6 !important;
  color: #fff;
  font-weight: 500;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.submit-btn:hover {
  background: #fff;
  color: #0b77b6;
  transition: 0.5s;
}
button:focus {
  outline: none !important;
}


@media (max-width: 1024px) {
  .left-box {
    min-height: 520px;
  }
  .right-box {
    min-height: 520px;
  }
  .wrapper {
    padding: 20px;
  }
}

@media (max-width: 640px) {
    .left-box {
    min-height: 415px;
    border-radius: 0;
    box-shadow: -5px -13px 12px 0px rgb(0 0 0 / 24%), 0px 0px 1px 0 rgb(0 0 0 / 19%);
    height: 100vh;
    }

    .overly {
      padding: 20px !important;
    }

    .overly h2 {
    font-size: 22px;
    }
    .heading h1 {
    font-size: 28px;
    } 
  .wrapper {
    display: block;
    height: 100%;
    }
  .right-box {
    min-height: 300px;
    border-radius: 0;
    box-shadow: -5px -13px 12px 0px rgb(0 0 0 / 24%), 0px 0px 1px 0 rgb(0 0 0 / 19%)
  }
  .wrapper {
    padding: 20px;
  }
  .heading h1:after {
    width: 94px;
  }
}

.info ul {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.info ul li {
    color: #fff;
    padding: 0;
    margin: 0;
    display: block;
    line-height: 30px;
    font-size: 14px;
}

.info ul li:before {content: '\f0a4';font-family: FontAwesome;padding-right: 5px;}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-brands-400.eot) format('woff2');
  src: url(../fonts/fa-brands-400.ttf);
  src: url(../fonts/fa-brands-400.woff2);
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/fa-regular-400.eot) format('woff2');
  src: url(../fonts/fa-solid-900.ttf);
  src: url(../fonts/fa-regular-400.woff);
}


@media (max-width: 640px) {
  .left-box {
    min-height: 100vh;
    border-radius: 0;
    box-shadow: -5px -13px 12px 0px rgb(0 0 0 / 24%), 0px 0px 1px 0 rgb(0 0 0 / 19%)
  }
  .overly h2 {
    font-size: 22px;
  }
  .heading h1 {
    font-size: 28px;
  } 
  .wrapper {
    display: block;
    height: 100%;
}
  .right-box {
    min-height: 300px;
    border-radius: 0;
    box-shadow: -5px -13px 12px 0px rgb(0 0 0 / 24%), 0px 0px 1px 0 rgb(0 0 0 / 19%)
  }
  .wrapper {
    padding: 20px;
  }
  .heading h1:after {
    width: 94px;
  }
}



.contctus {
  margin-top: 80px;
  position: relative;
}
.contctus a {
  background: transparent;
  border: none;
  padding: 0;
}
.contctus ul li {
  display: inline-block;
  padding-right: 13px;
}

.contctus ul {
  padding: 0;
  margin: 0;
}
.contctus ul li:after {
  content: '';
  border-right: 1px solid #fff;
  height: 14px;
  display: block;
  position: absolute;
  top: 6px;
  margin: 0 -10px;
}
.contctus a:hover {
  background: transparent;
  border: 0;
  color: #fff;
}
.contctus p {
  font-size: 15px;
  padding: 0;
}
.copyright {
  padding: 0;
  padding-top: 20px;
}
.contctus ul li:first-child::after {
  display: none;
}
.left-box, .right-box{
  height: 100%;
}
@media (max-width: 767px) {
  .contctus {
    bottom: 13px;
    display: block;
  }
  .contctus p {
    padding-top: 10px;
  }
  .contctus ul li {
    display: block;
    padding-bottom: 5px;
  }
  .contctus ul li:after {
    display: none;
  }
}