.sgl-plugin-page .sgl-content-wrapper{padding-bottom: 20px;}

.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 .bad_email_header{
  text-align: center;
}

.sgl-plugin-page #option_1, .sgl-plugin-page #option_2{
  background:#fafafa;
  border:1px solid #ececec;
  margin-bottom:15px;
  padding:10px;
}

.sgl-plugin-page .sgl-content-wrapper .bad-email-container .full{
  width:100%;
  margin-top:15px;
  overflow:hidden;
  max-width:700px;
}

.sgl-plugin-page .sgl-content-wrapper .bad-email-container .full.submit .button{
  float:right;
  font-size:13px;
}

.sgl-plugin-page .sgl-content-wrapper .bad-email-container .full span{
  margin-top:5px;
  display:block;
}

.sgl-plugin-page .sgl-content-wrapper .bad-email-container .error_summary{
  color: red;
}

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

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

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

.sgl-plugin-page .sgl-content-wrapper #sgl-plugin-registration-success-message ul{
  padding-left:13px;
}

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

  .sgl-plugin-page .sgl-content-wrapper .bad-email-container .full span{
    text-align:center;
  }

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

  .sgl-plugin-page .sgl-content-wrapper .bad-email-container .message{
    text-align:center;
  }

  .sgl-plugin-page .sgl-content-wrapper .bad-email-container .error_summary{
    text-align:center;
  }
}