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

#user-registration fieldset  {
    background: transparent;
}

.reset-complete .form-control-feedback {
    display: none;
}

#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-profile-font), Inter, sans-serif;
}

.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-profile-font), Inter, sans-serif;
    font-size: var(--em-form-label-size);
    font-style: normal;
    font-weight: var(--em-form-label-weight);
    line-height: 19px;
    letter-spacing: 0.0015em;
    text-align: left;
    margin-bottom: 0;
    color: var(--neutral-900);
    width: 100%;
}

.view-reset .form-validate .control-group .controls .text-muted {
   color: var(--em-form-tip-color) !important;
}

.view-reset .form-validate .control-group .controls .text-muted strong {
    font-weight: 400;
}

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:not(.input-password-toggle),
.view-reset  .form-validate.form-horizontal.well .control-group .controls button:not(.input-password-toggle),
.reset-complete .form-validate.form-horizontal.well .control-group .controls button:not(.input-password-toggle) {
    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);
    border: 1px solid var(--em-form-bc);
    box-shadow: none;
    margin-top: 6px;
    color: var(--em-default-text-color-1);
    font-family: var(--em-profile-font), Inter, sans-serif;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: var(--em-spacing-2);
    padding-bottom: var(--em-spacing-2);
    font-size: var(--em-form-font-size);
    background-color: var(--em-form-bgc);
}

.password-group .input-group .input-password-toggle {
    position: absolute;
    right: 4px;
    padding: 0;
    margin-bottom: 0;
    background: transparent;
    color: black;
    height: var(--em-form-height);
    margin-top: 6px !important;
    border: none;
}

.password-group .input-group button.input-password-toggle span {
    color: var(--neutral-500) !important;
}

.password-group .input-group button.input-password-toggle:hover span {
    color: var(--neutral-700) !important;
}

.password-group .input-group .input-password-toggle:hover {
    background: transparent;
    color: black;
}

.password-group .input-group {
    align-items: center;
}

.password-group meter {
    display: none;
}

.password-group #password-0 {
    display: none;
}


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 var(--red-600);
    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-profile-font-title), Inter, sans-serif;
    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: 80%;
    }

    #user-registration fieldset p, .reset-confirm fieldset p, .reset-complete fieldset p {
        text-align: left;
    }
}
@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;
    }
}
