/*53 header*/.fixHeader{
    position: fixed;
    top: 0;
    width: 100%;
}


@media only screen and (max-width: 359px) {
  .dfont{
  	font-size: 10px !important;
  }
}
/*145 forgotPassword*/.form-control{
    padding: 20px 10px;
    border-radius: 0px;
}
#restBtn{
    background: #333;
    border-radius: 0;
    border-color: #333;
    width: 100%;
}
#loadingIcon{
    margin: auto;
}
#navbar, #sp_mb_menu{
    display: none !important;
}

@media (min-width: 300px) and (max-width: 640px) {
  .subscription h2{
    font-size: 22px !important;
    text-align: left !important;
  }

  .topMidPanel button.navbar-toggle{
    display: none !important;
  }
}
