
.background-image-fans-portal {
  background-image: url(../../img/background_image_login.jpg);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: 20% 0px;
  background-attachment: fixed;
}

.form-box-fans-portal {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica,Arial, sans-serif !important;
}

#o_my_sidebar .o_my_contact {
    display: none;
}