.rounded {
  border-radius: 4px;
}
.rounded-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.shadow {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* =Login Logo
-------------------------------------------------------------- */
.login h1 a {
  background-image: url(../img/logo_login.png);
  background-size: 245px 144px;
  background-position: center top;
  background-repeat: no-repeat;
  width: 245px;
  height: 144px;
  margin: 0 auto 25px;
  padding: 0;
  text-indent: -9999px;
  outline: 0;
  overflow: hidden;
  display: block;
}
/* =Header Logo
-------------------------------------------------------------- */
#header-logo {
  background-image: none;
  width: 0;
}
#custom_help_widget .inside {
  text-align: center;
}
