form#user-registration.form-validate.form-horizontal.well,
.reset-confirm .form-validate.form-horizontal.well,
.reset-complete .form-validate.form-horizontal.well
{
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
}


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-size: 14px;
}

form#user-registration.form-validate.form-horizontal.well .control-group .controls button,
.reset-confirm .form-validate.form-horizontal.well .control-group .controls button,
.reset-complete .form-validate.form-horizontal.well .control-group .controls button
{
    width: 100%;
    height: 41px;
    text-transform: capitalize;
    margin-right:0;
}

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: 0px;
}
.view-reset .reset .page-header,
.view-reset .reset-complete .page-header{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

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

#user-registration .required::after,
.reset-confirm .required::after,
.reset-complete .required::after
{
    content: "\f005";
    color: #c30505;
    padding-left: 2px;
    top: -10px;
    position: relative;
    font-family: FontAwesome;
    font-size: 5px;
}
@media all and (max-width: 980px) {
    form#user-registration.form-validate.form-horizontal.well,
    .reset-confirm .form-validate.form-horizontal.well,
    .reset-complete .form-validate.form-horizontal.well
    {
        width: 80%;
    }
}
@media all and (max-width: 767px) {

    h1::after {
        width: 2.7rem !important;
    }

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

    }

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

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