.sgl-plugin-page #sgl-content-wrapper{padding-bottom: 20px;max-width: 600px;margin: 0px;}

.sgl-plugin-page .sgl-content-wrapper #sgl-plugin-form{
  display:none;
}

.sgl-plugin-page .sgl-content-wrapper .sgl-plugin h1{
  text-transform:uppercase;
}

.sgl-plugin-page .sgl-content-wrapper .div-responsive{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.sgl-plugin-page .sgl-content-wrapper .forgot_password_header{
  text-align: center;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container .full{
  width:100%;
  margin-top:15px;
  overflow:hidden;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container .half{
  width:48%;
  float:left;
  overflow:hidden;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container .half:last-child{
  margin-left:4%;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container .full .forgotpw{
  max-width:500px;
}


.sgl-plugin-page .sgl-content-wrapper .forgot-password-container #please-wait{
  display:none;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container #please-wait img{
  margin-top: -2px;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container .reg_error_summary{
  color: red;
  margin-top:10px;
}

.sgl-plugin-page .sgl-content-wrapper .forgot-password-container .fp_message p{
  margin-bottom:10px;
}

.sgl-plugin-page .sgl-content-wrapper #sgl-plugin-success-message, .sgl-plugin-page .sgl-content-wrapper #sgl-plugin-error-message{
  display:none;
  text-align:center;
}

.sgl-plugin-page .sgl-content-wrapper #sgl-plugin-success-message b{
  color:green;
}

.sgl-plugin-page .sgl-content-wrapper #sgl-plugin-registration-success-message, .sgl-plugin-page .sgl-content-wrapper #sgl-plugin-error-message{
  padding:0px 22px;
}

@media all and (max-width: 500px) {
  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .full{
    margin-top:10px;
  }

  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .half{
    margin-top:10px;
    width:100%;
    float:none;
  }

  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .half:first-child{
    margin-top:0px;
  }

  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .half:last-child{
    margin-left:0px;
  }

  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .full.submit .button{
    margin:0px auto;
    float:none;
    display:block;
  }

  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .fp_message{
    text-align:center;
  }

  .sgl-plugin-page .sgl-content-wrapper .forgot-password-container .reg_error_summary{
    text-align:center;
  }


}