﻿
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

.se-pre-con-PopUp {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) center no-repeat #fff;
   /* background-color: rgba(0, 0, 0, 0.3);*/
}

#WarningMessage {
    display: inline-block;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    top: 45%;
    right: 1%;
}

#password-score, #password-recommendation-heading {
    display: none;
}


