html,body{
  margin: 0;
  padding: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}
.bandhan-header{
  max-height: 120px;
  min-height: 100px;
  width: 100%;
  position: fixed;
  opacity: 1050;
  border-bottom: 1px solid #DCDCDC;
  background: #FFF;
}
.bandhan-body {
  min-height: 350px;
  overflow-y: auto;
  width: 90%;
  margin: 0 auto;
}
.privacy-terms {
  line-height: 1.8rem;
}
.cover-heading {
  font-size: 100px;
  padding: 20px;
  text-align: center;
}
.clear-both {
  clear: both;
  height: 10px;
}
.bandhan-footer {
  position: fixed;
  min-height: 60px;
  background-color: #28282a;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-bottom: 0px;
  color: #FFF;
}
.bandhan-logo{
  height:100px;
  width:100px;
}
.c-1 {
  width: 20%;
  float: left;
  text-align: center;
}
.c-2 {
  width: 60%;
  float: left;
}
.c-3 {
  width: 18%;
  float: left;
  text-align: center;
  padding: 35px 0px;
}
.c-4{
  width: 78%;
  float: left;
  text-align: center;
}
.c-6 {
  width: 50%;
  float: left;
}
.c-12 {
  width: 100%;
}
.login-link{
  font-size: 24px;
  color: #0000FF;
}
.company-name{
  text-align: center; font-size: 1.8rem; font-weight: bold; color: #000;
}
.f-1{
  width: 30%; float: left;
}
.f-2{
  width: 35%; float: left;
}
.f-3{
  width: 35%; float: left;
}
.footer-content{
  width:90%; margin:0 auto;
  padding: 20px 0;
}
a {
  text-decoration: none !important;
  color: #FFF;
}
a:hover{
  color: #e23338 !important;
  text-decoration: underline !important;
}
.copy-right{
  color: #e23338 !important;
}
.online-footer{ display: block; }
.mobile-footer{ display: none; }
.privacy-clear{ height: 80px; }
.privacy-a { color: #e23338 !important; }
.del-account-area {
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  max-width: 100%;
  border: 1px solid#DCDCDC;
  border-radius: 3px;
}
.form_del_account_btn {
  background-color: #e23338 !important;
  color: #FFF !important;
  height: 50px;
  width: 87%;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 14px;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.form_del_account_btn:hover {
  font-size: 16px;
}
.text-center { text-align: center;}
.input-group {
  width: 100%;
  max-width: 35em;
  display: flex;
  flex-direction: column;
  z-index: 2;
  margin-bottom: 1.5em;
}
@supports (mix-blend-mode: darken) {
  .input-group {
    position: relative;
    mix-blend-mode: lighten;
  }
  .input-group__label {
    position: absolute;
    left: 3em;
    top: -0.78em;
    background: #FFF;
  }
}
.input-group__label {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  color: #e23338;
  cursor: pointer;
}
.input-group__input {
  color: #000000;
  font-size: 1.25rem;
  line-height: 1;
  border-style: none;
  outline: none;
  width: 80%;
  padding: 0.7em 1em;
  border: 0.1em solid #000;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 1.8em;
  background-size: 200% 100%;
  transition: background-position 0.8s ease-out;
}
.input-group__input:hover {
  background-position: 100% 0;
}
.input-group__input:focus {
  /* outline: 2px dashed #e23338;*/
  outline-offset: 0.5em;
}
@media only screen and (max-width: 600px) {
  .privacy-clear{ height: 200px; }
  .cover-heading {
    font-size: 80px;
  }
  .mf-1, .mf-3, .mf-2 {
    width: 98%; margin: 0 auto; padding: 10px 0;
    clear: both;
  }
  .online-footer{ display: none; }
  .mobile-footer{ display: block; font-size: 1rem;}
  .footer-content { padding: 10px 0 !important; }
  .c-6{ width: 100%;}
}
