﻿
.Form-Input {
    font-size: 14px !important;
}

.Form-Output {
    font-size: 14px !important;
    font-weight: bold;
}

.sw-container {
    padding-bottom: 5% !important;
}

td {
    vertical-align: top;
}

.btn-primary:hover {
    background-color: #ea094b;
    border-color: #ea094b;
}

.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);*/
}

.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

#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;
}