.ui-widget-overlay
{
    background: #000 !important;
    opacity: 0.5;
}
.activate-check-container
{
    margin-top: 10px;
    text-align: left;
}
.activate-check-container p
{
    font-size: 14px;
    margin-bottom: 30px;
}
.reg-container
{
    clear: both;
    padding: 10px 20px 20px 20px;
    max-width: 650px;
    margin: auto;
}
.reg-container .reg-input-icon
{
    position: absolute;
    margin-left: 10px;
    font-size: 33px;
    color: #555;
    margin-top: 8px;
}
.reg-container .progress-bar
{
    position: relative;
    width: 50%;
}
.reg-container .progress-border-radius, .reg-container .progress-border-radius .progress-bar
{
    border-radius: 3px !important;
}
.reg-container .progress-bar span
{
    position: absolute;
    right: 0;
}
.reg-container span
{
    font-size: 12px;
    line-height: 20px;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
}
#frm-registrationForm-registrationForm span
{
    margin: 10px 0px;
}
.reg-container .heading.heading-primary
{
    margin: 35px;
    padding: 0;
    font-size: 36px;
    letter-spacing: 0;
    font-weight: 500;
    color: #95c41f !important;
    font-family: Arial,Helvetica,sans-serif;
}
#registration-form-dialog #close-registration
{
    position: static;
    font-size: 26px !important;
    float: right;
    cursor: pointer;
    color: #444;
}
.reg-container h4
{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    font-family: Arial,Helvetica,sans-serif;
}
.reg-container p
{
    color: #777;
    line-height: 24px;
    margin: 0 0 20px;
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 10px !important;
}
.reg-container input[type="submit"].btn, .reg-container input[type="email"]
{
    height: 50px;
    font-size: 20px;
    width: 100%;
    border-radius: 5px;
    padding: initial;
}
.reg-container input[type="checkbox"]
{
    width: auto;
    height: auto;
}
.reg-container label
{
    font-size: 12px;
    line-height: 25px;
}
.reg-container .progress-bar-primary
{
    background-color: #95c41f;
}
.reg-container .btn.btn-primary
{
    color: #ffffff;
    background-color: #95c41f;
}
.reg-container .btn.btn-primary:hover
{
    background-color: #95c41f;
}
.reg-container .progress
{
    height: 20px;
    background: #FAFAFA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    overflow: visible;
}
.reg-container .progress-bar
{
    background-color: #95c41f;
    position: relative;
    float: left;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.reg-container input[type="checkbox"]
{
    position: absolute;
    left: -9999px;
    -webkit-appearance: checkbox;
    width: auto;
    height: 2.78571429em;
    float: none;
    vertical-align: -10px;
    margin: 0px 10px 20px 0px;
}
.reg-container input[type="checkbox"] + label{
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.reg-container input[type="checkbox"] + label:before
{
  content: '';
  position: absolute;
  left: 0; top: 3px;
  width: 1.5em; height: 1.5em;
  border: 1px solid #999;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
.reg-container input[type="checkbox"] + label:after
{
  content: '✔';
  position: absolute;
  top: 3px; left: .3em;
  font-size: 1.5em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
.reg-container input[type="checkbox"]:not(:checked) + label:after
{
  opacity: 0;
  transform: scale(0);
}
.reg-container input[type="checkbox"]:checked + label:after
{
  opacity: 1;
  transform: scale(1);
}