.view-reset.layout-complete div.popover {
    display: none !important;
}

#user-registration fieldset  {
    background: transparent;
}

#user-registration fieldset p,
.reset-confirm fieldset p,
.reset-complete fieldset p {
    margin-bottom: 16px !important;
    text-align: justify;
    background: #FFFFFF;
    font-family: var(--em-applicant-font);
}

.view-reset #user-registration .controls,
.view-reset .reset-confirm form .controls,
.view-reset .reset-complete form .controls{
    width: 100%;
    margin-left: 0 !important;
    padding-top: 0;
}

.view-reset #user-registration .control-label,
.view-reset .reset-confirm  form .control-label,
.view-reset .reset-complete  form .control-label{
    width: 100%;
   text-align: left !important;
}


form#user-registration.form-validate.form-horizontal.well,
.view-reset .reset-confirm form.form-validate.form-horizontal.well,
.view-reset .reset-complete form.form-validate.form-horizontal.well {
    background: #fff;
    border: none;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0 0 16px 16px;
    padding: 0 64px 48px 64px;
    margin-top: 0;
}

form#user-registration.form-validate.form-horizontal.well label,
.reset-confirm .form-validate.form-horizontal.well label,
.reset-complete .form-validate.form-horizontal.well  label {
    font-family: var(--em-applicant-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0.0015em;
    text-align: left;
    margin-bottom: 0;
    color: #2B2B2B;
    width: 100%;
}

form#user-registration.form-validate.form-horizontal.well label.invalid,
.reset-confirm .form-validate.form-horizontal.well label.invalid,
.reset-complete .form-validate.form-horizontal.well  label.invalid {
    color: #2B2B2B;
}

form#user-registration.form-validate.form-horizontal.well .control-group .controls button,
.view-reset  .form-validate.form-horizontal.well .control-group .controls button,
.reset-complete .form-validate.form-horizontal.well .control-group .controls button {
    width: 100%;
    margin-right:0;
    border-radius: 4px;
    padding: var(--em-spacing-vertical) var(--em-spacing-horizontal);
    line-height: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: normal;
    margin-bottom: 0;
}


form#user-registration.form-validate.form-horizontal.well .control-group ,
.view-reset  .form-validate.form-horizontal.well .control-group,
.reset-complete .form-validate.form-horizontal.well .control-group  {
  margin-bottom: 16px;
}

form#user-registration.form-validate.form-horizontal.well .control-group .controls input,
.reset-confirm .form-validate.form-horizontal.well .control-group .controls input,
.reset-complete .form-validate.form-horizontal.well .control-group .controls input {
    border-radius : var(--em-form-br);
    width: 100%;
    height: var(--em-form-height);
    padding: 0 12px 0 12px;
    border: 1px solid var(--em-form-bc);
    box-shadow: none;
    margin-top: 12px;
}

form#user-registration.form-validate.form-horizontal.well .control-group .controls input:focus,
.reset-confirm .form-validate.form-horizontal.well .control-group .controls input:focus,
.reset-complete .form-validate.form-horizontal.well .control-group .controls input:focus {
    border: 1px solid #1C6EF2;
    box-shadow: none;
}

form#user-registration.form-validate.form-horizontal.well .control-group .controls input.invalid,
.reset-confirm .form-validate.form-horizontal.well .control-group .controls input.invalid,
.reset-complete .form-validate.form-horizontal.well .control-group .controls input.invalid {
    border: 1px solid #e5283B;
    box-shadow: none;
}


form#user-registration.form-validate.form-horizontal.well .control-group .controls input:hover,
.reset-confirm .form-validate.form-horizontal.well .control-group .controls input:hover,
.reset-complete .form-validate.form-horizontal.well .control-group .controls input:hover {
    border: 1px solid #727272;
    box-shadow: none;
}

.view-reset .reset .page-header,
.view-reset .reset-complete .page-header,
.view-reset .reset-confirm .page-header{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.view-reset .reset,
.view-reset .reset-confirm,
.view-reset .reset-complete {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    background: #fff;
    width: 50%;
    margin: 0 auto 50px auto;
    border-radius: 16px;
}


#user-registration .required .star,
.view-reset .required .star,
.reset-complete .required .star
{
    display:none;
}

.view-reset .reset .page-header h1,
.view-reset .reset-confirm .page-header h1,
.view-reset .reset-complete .page-header h1 {
    margin-top: 0;
    text-align: center;
    font-family: var(--em-applicant-font-title);
    color: var(--em-default-title-color-1);
}


.view-reset .reset .page-header,  .view-reset .reset-confirm .page-header, .view-reset .reset-complete .page-header {
    width: 100%;
    padding: 0 64px 0 64px;
}


.view-reset .reset-complete label#jform_password2-lbl.hasPopover.required::after,.view-reset .reset-complete label#jform_password1-lbl.hasPopover.required::after {
 display: none;
}

.view-reset .reset-complete label#jform_password2-lbl.hasPopover.required ul,.view-reset .reset-complete label#jform_password1-lbl.hasPopover.required ul  {
   list-style: none;
    margin: 10px 0;
}

.view-reset .g-system-messages #system-message-container {
    margin: 0 auto;
    padding: 20px 0 0;
}

@media all and (max-width: 980px) {
    form#user-registration.form-validate.form-horizontal.well,
    .view-reset .form-validate.form-horizontal.well,
    .reset-complete .form-validate.form-horizontal.well
    {
        width: 100%;
    }
}
@media all and (max-width: 767px) {

    .view-reset .reset .page-header,
    .view-reset .reset-confirm .page-header,
    .view-reset .reset-complete .page-header {
        width: 100% !important;
        padding: 0 24px 0 24px !important;
    }

    .view-reset .reset,
    .view-reset .reset-confirm,
    .view-reset .reset-complete {
        width: 100% !important;
        padding-bottom: 0 !important;
    }

    .view-reset form#user-registration.form-validate.form-horizontal.well,
    .view-reset .form-validate.form-horizontal.well,
    .view-reset .reset-complete .form-validate.form-horizontal.well {
        width: 100% !important;
        padding: 32px 24px 80px 24px !important;
        box-shadow: none;
    }

    .view-reset #g-navigation .g-container {
        height: auto !important;
    }

    .reset .form-validate.form-horizontal.well {
        padding: 20px !important;
    }

    .remind .form-validate.form-horizontal.well, .reset .form-validate.form-horizontal.well  {
        padding: 2rem 4rem 2rem 4rem;
    }

    .reset-confirm, .reset-complete {
        width: 100%;
    }


}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .view-reset .reset,
    .view-reset .reset-confirm,
    .view-reset .reset-complete  {
        width: 65% !important;
        margin-top: 0;
    }

    form#user-registration.form-validate.form-horizontal.well,
    .reset-confirm .form-validate.form-horizontal.well,
    .reset-complete .form-validate.form-horizontal.well {
        width: 100%;
    }
}

@media screen and (min-width: 960px) and (max-width: 979px) {
    .view-reset .reset .page-header,  .view-reset .reset-confirm .page-header, .view-reset .reset-complete .page-header   {
        width: 70% !important;
    }
}
