/*forgotpassword_v1*/

html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay *, html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay *, html body[ng-app="app"] .forgotpassword_v1_load * {
    font-family: 'Source Sans Pro' !important;
    font-size: unset!important;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay {
    overflow: auto;
    white-space: normal;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay.is_open {
    display: block;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table {
    width: 100%;
    height: 100vh;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell {
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    display: grid;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .videoClose {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from {
    margin: auto;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background {
    height: 490px;
    width: 570px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background-color: #FFFFFF;
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: ease-out 1s;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background.is_open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background.is_open.shake {
    animation: shakefromforgotpassword 0.5s;
    animation-iteration-count: infinite;
}
@keyframes shakefromforgotpassword {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    /*10% { 
        transform: translate(-1px, -1px) rotate(0deg); 
    }*/
    20% {
        transform: translate(-2px, 0px) rotate(0deg);
    }
    /*30% { 
        transform: translate(2px, 1px) rotate(0deg); 
    }*/
    40% {
        transform: translate(0px, -0px) rotate(0deg);
    }
    /*50% { 
        transform: translate(0px, 1px) rotate(-0deg); 
    }*/
    60% {
        transform: translate(-2px, 0px) rotate(0deg);
    }
    /*70% { 
        transform: translate(2px, 0px) rotate(-0deg); 
    }*/
    80% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    /*90% { 
        transform: translate(0px, 1px) rotate(0deg); 
    }*/
    100% {
        transform: translate(0px, -1px) rotate(0deg);
    }
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading {
    height: 80px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading {
    padding: 20px 20px 0px 20px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .icon {
    height: 40px;
    width: 40px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text {
    height: 27px;
    width: auto;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text {
    padding-top: 6px;
    font-size: 18px!important;
    color: black;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text.left, html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .icon.left {
    float: left;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text.right, html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .icon.right {
    float: right;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text.right, html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .icon.right .close {
    cursor: pointer;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text.padding_right_20 {
    padding-right: 20px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .heading .cover_heading .text.padding_left_20 {
    padding-left: 20px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body {
    height: 290px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body {
    padding: 0 50px
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .label span {
    color: red;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px!important;
    font-weight: bold;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    padding: 0px;
    margin-bottom: 10px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .label span.pull-right {
    cursor: pointer;
    outline: none;
    border: 0px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .label span.pull-right i {
    font-size: 14px!important;
    color: #585858;
    font-style: normal;
    font-weight: lighter;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .label span.pull-right i.fa {
    display: none;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large input[type="text"], html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large input[type="password"] {
    display: grid;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: #FFFFFF;
    width: 100%;
    height: 50px;
    color: black;
    outline: none;
    padding: 0px 10px;
    font-weight: normal;
    font-family: sans-serif;
    transition: all 0.3s;
    padding-left: 20px;
    font-size: 16px!important;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large input[type="text"]:focus, html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large input[type="password"]:focus {
    border: 2px solid #303F9F !important;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .instruction {
    height: 25px;
    display: grid;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px!important;
    padding: 3px 0px;
    display: block;
    width: 100%;
    text-align: left;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_large .instruction.error {
    color: #D0021B!important;
    font-size: 12px!important;
    line-height: 18px;
    padding: 3px 0px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium.first {
    margin-top: 30px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .button_grey {
    font-size: 14px!important;
    border-radius: 5px;
    background-color: #EEEEEE;
    outline: none;
    border: 0px;
    padding: 7px 20px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .button_grey span {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px!important;
    line-height: 21px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium input[type="checkbox"], html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium input[type="radio"] {
    margin: 0px;
    padding: 0px;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .label {
    color: rgba(0, 0, 0, 0.87);
    font-size: 14px!important;
    font-weight: normal;
    width: 100%;
    display: block;
    text-align: left;
    float: left;
    margin-bottom: 10px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .label.checkbox_label {
    float: left;
    width: auto;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .button_forgotpassword.float_right {
    float: right;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .button_forgotpassword {
    font-size: 14px!important;
    border-radius: 10px;
    background: linear-gradient(0deg, #06884F 0%, #13A563 100%);
    padding: 10px 30px;
    color: white;
    border: 0px;
    outline: none;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .button_forgotpassword span {
    font-size: 14px!important;
    color: white;
    display: block;
    width: 100%;
    line-height: 20px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body_social {
    height: 50px;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body_social .cover_body {
    padding: 0 50px
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body_social .cover_body .form_large {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body_social .cover_body .form_large .padding_left_10 {
    padding-left: 10px;
}
/*forgotpassword_v1*/

/*forgotpassword_v1_load*/

html body[ng-app="app"] .forgotpassword_v1_load {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    display: none;
}
html body[ng-app="app"] .forgotpassword_v1_load.active {
    display: block;
    z-index: 5000;
}
html body[ng-app="app"] .forgotpassword_v1_load.active .overlay_block {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table {
    display: table;
    width: 100%;
    height: 100%;
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table .display-table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table .display-table-cell .loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 100%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table .display-table-cell .ball-scale-multiple {
    position: relative;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table .display-table-cell .ball-scale-multiple>div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table .display-table-cell .ball-scale-multiple>div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
html body[ng-app="app"] .forgotpassword_v1_load.active .display_table .display-table-cell .ball-scale-multiple>div {
    background-color: white;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite;
}
/*forgotpassword_v1_load*/

/*forgotpassword_v1_load*/

/*forgotpassword_v1_done*/

html body[ng-app="app"] .forgotpassword_v1_done {
    font-family: 'Source Sans Pro' !important;
    overflow: auto;
    white-space: nowrap;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active {
    display: block;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table {
    width: 100%;
    height: 100vh;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell {
    width: 100%;
    height: 100vh;
    vertical-align: middle;
    display: grid;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from {
    margin: auto;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background.is_open {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background {
    height: 320px;
    width: 570px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background-color: #FFFFFF;
    transform: translate3d(0, 100px, 0);
    opacity: 0;
    transition: ease-out 1s;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body {
    border-radius: 5px;
    padding: 20px 20px 40px 20px;
    float: left;
    display: block;
    width: 100%;
    height: auto;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .icon {
    width: 100%;
    height: 100px;
    text-align: center;
    overflow: hidden;
    display: block;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .icon .nfUkbuBW_0 {
    stroke-dasharray: 86 88;
    stroke-dashoffset: 87;
    animation: nfUkbuBW_draw 410ms ease 0ms forwards;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .icon .nfUkbuBW_1 {
    stroke-dasharray: 92 94;
    stroke-dashoffset: 93;
    animation: nfUkbuBW_draw 438ms ease 410ms forwards;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .icon .nfUkbuBW_2 {
    stroke-dasharray: 31 33;
    stroke-dashoffset: 32;
    animation: nfUkbuBW_draw 150ms ease 849ms forwards;
}
@keyframes nfUkbuBW_draw {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes nfUkbuBW_fade {
    0% {
        stroke-opacity: 1;
    }
    92.3076923076923% {
        stroke-opacity: 1;
    }
    100% {
        stroke-opacity: 0;
    }
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .info {
    width: 100%;
    height: auto;
    text-align: center;
    display: block;
    float: left;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .info .t1 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 30px!important;
    line-height: 45px;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .info .t2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 20px!important;
    line-height: 30px;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .btn_success {
    text-align: center;
    margin-top: 20px;
    float: left;
    width: 100%;
    height: auto;
    display: block;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .btn_success button {
    margin: 0px 7.5px;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .btn_success button.button_1 {
    border-radius: 10px;
    padding: 10px 30px;
    color: white;
    border: 0px;
    outline: none;
    background: linear-gradient(180deg, #FDFBFB 0%, #EBEDEE 100%);
    border: 2px solid rgba(0, 0, 0, 0.12);
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .btn_success button.button_1 span {
    font-size: 14px!important;
    color: #444444;
    display: block;
    width: 100%;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .btn_success button.button_2 {
    font-size: 14px!important;
    border-radius: 10px;
    background: linear-gradient(0deg, #06884F 0%, #13A563 100%);
    padding: 10px 30px;
    color: white;
    border: 0px;
    outline: none;
}
html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .btn_success button.button_2 span {
    font-size: 14px!important;
    color: white;
    display: block;
    width: 100%;
}
/*forgotpassword_v1_done*/

@media (max-width: 600px) {
    html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background {
        width: 100%;
    }
    html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body {
        padding: 0px 10px;
    }
    html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body .cover_body .form_medium .button_grey span {
        display: block;
        width: 100%;
    }
    html body[ng-app="app"] .forgotpassword_v1.forgotpassword_overlay .forgotpassword_container .display_table_cell .cover_from .from_background .body_social .cover_body .form_large img {
        padding-top: 10px;
        padding-left: 0px!important;
        padding-right: 0px;
        display: table;
    }
    html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background {
        width: auto;
    }
    html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body {
        padding: 20px 0px 40px 0px;
    }
    html body[ng-app="app"] .forgotpassword_v1_done.forgotpassword_overlay.active .forgotpassword_container .display_table .display_table_cell .cover_from .from_background .section_body .body .forgotpassword_sucess .info .t2 {
        font-size: 16px!important;
    }
}