body {
  background-color:#c4eef9 !important;
}

  .alert.alert-callout{
      width: 550px;
      height: 220px;
      padding: 0;
      margin: 0 auto;
      background: #ffffff;
      text-indent: -9999em;
      /*border-radius: 20px !important;*/
  }

  .alert.alert-callout .msj{
    text-indent: -9999em;
      background: #ffffff url(/contests/207/images/form_thanks_image_207.png?v=4) no-repeat scroll 50% 50%!important;
      background: url(mountain.jpg);
      background-size: 100% !important;
      width: 100%;
      height: 100%;
      cursor: pointer;
  }

  @media    all and (max-width: 580px){
      .item{
          width: 50%;
      }
      .alert.alert-callout{
        width: 380px;
        height: 21vh;
      }
  }
  @media    all and (max-width: 400px){
      .item{
          width: 100%;
      }
      .alert.alert-callout{
        width: 300px;
        height: 18vh;
      }
  }
  .alert.alert-callout .msj strong{
    display: none;
  }

  .alert.alert-callout:before{
      display: none;
  }

  .alert.alert-callout .btn-alert{
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
  }

  .msj-thanks{
      font-size: 28px;
      color: #ffffff;
  }
  .form-inline .btn.btn-continuar{
    margin-top: 16px;
  }
  @media    all and (max-width: 480px){
      .msj-thanks{
          font-size: 24px;
      }
      .footer{
        position: fixed;
        bottom: 0;
        z-index: -1;
      }
  }
