.bw_form input[type="text"]{
  border: 1px solid #CCC;
  border-radius: 4px;
  background: none repeat scroll 0px 0px #F5F5F5;
  padding: 5px;
  margin: 0px 5px 5px 0px;
  width: 100%;
  min-height: 40px;
}
.bw_form label{
  font-size: 12px;
  margin-top: 10px;
}
.bw_form .btn{
  margin-top: 20px;
  background-color: #0077b2;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  transition: all .25s ease;
  height: 65px;
  width: 100%;
}
  
 /*#utilitynav-parent li a.navigation {
     
      background: #004f75;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
      border: 1px solid #ffffff;
      border-radius: 8px;
      color: #fff;
      float: right;
      opacity: 0.87;
      position: fixed;
      top: 15px;
      right: 125px;
      padding: 7px 10px;
      transition: all 0.5s ease;
      background-color: #0077b2;
      text-transform: uppercase;
}
*/
@media(max-width:768px){
 #utilitynav-parent li a.navigation{
display: none;
}
}
li:has(a.live-header),
.live-header {
    display: none !important;
}
.atlanticare-header .col-sm-7.col-xs-6.col-user-utility-navigation {
  width: 80%;
}
.atlanticare-header ul.top-nav-list li {
  border: 0 !important;
}
@media screen and (min-width: 1200px) {
  .atlanticare-header .col-sm-7.col-xs-6.col-user-utility-navigation {
    width: 83%;
  }
}