.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.container-fluid{max-width:1366px}
.contentWrapper {color: #333;}
.contact-info, .contentBox {border-radius: 10px; height: 100%;}
.contentBox h1 {color: #0094d3;}
.mandate, .errorMsg {color: #ff0000;}
.btnStyle {border-radius: 50px; background-color: #eee; color: #111; line-height: initial; padding: 8px 25px;}
.bs1 { background-color: #bd2130; color: #fff; }
.bs2 { background-color: #0094d3; color: #fff; }
.contentBox .form-control {border: none; outline: none; border-bottom: 1px solid #eee; border-radius: 0; padding-left: 0;}
.contentBox .form-control:focus {outline: none; box-shadow: none;}
.contact-info ul li {display: flex; align-items: flex-start; line-height: initial; margin-bottom: 15px; font-size: 18px;}
.contact-info ul li > i {
    width: 35px;
    height: 35px;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    line-height: 35px;
    background: #0094d3;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
}
.contact-info ul li a {font-weight: 600;}
.btnClose { position: absolute; right: -10px; top: -10px; width: 30px; height: 30px; opacity: 1; text-align: center; background-color: #0094d3; border: 2px solid #fff; color: #fff; border-radius:100% ; -webkit-border-radius:100% ; -moz-border-radius:100% ; -ms-border-radius:100% ; -o-border-radius:100% ; }
#resetLink .modal-header { padding: .5rem; background: #0094d3; color: #fff;  text-align: center;  justify-content: center;}

@media(max-width:767px) {
    .h1, h1 {
        font-size: 2rem;
    }
    .contact-info, .contentBox  {height: auto;}
}
@media (max-width: 420px){
  .btnStyle{
    margin: 5px 0;
  }
  .btnClose {
    top: 0;
    right: 0;
  }
}
.form-label-group {
  position: relative;
}
.btnEye {
  position: absolute;
  right: 0px;
  top: 35px;
  cursor: pointer;
}
.btnEye > i {
  padding: 5px 10px;
}