@CHARSET "UTF-8";

.bottomBar {
    bottom: 0;
    height: 55px;
    left: 0;
    margin: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1001;
}

.notification-mesg-cont {
    color: red;
    font-size: 12px;
    font-weight: bold;
    height: 55px;
    left: 0;
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.notification-icon-section {
    float: left;
    text-align: left;
    width: 15%;
}

.notificationMessageContDiv {
    float: left;
    width: 70%;
}

.notification-closebtn-section {
    float: left;
    text-align: right;
    width: 15%;
}

.forgot-password-valdtn-err{
	 background-color: #7DBFA9;
    color: white;
    font-size: 12px;
    height: 25px;
    line-height: 2;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    top: 0;
    width: 646px;
}

.email-validtn-error {
    color: red;
    left: 395px;
    position: absolute;
    top: 255px;
    width: 150px;
}

.top-notification-Bar{
background-color:#F8F9C0;display: none;z-index:10001;height:75px;
}
.notification-text{
 	color: black;
    line-height: 5;
    margin: 0 auto;
    width: 960px;
}

.valdtn-mes-password{
position:absolute;
top:285px
}
.valdtn-mes-email{
position:absolute;
top:200px
}
.validation-mes{
color: red; margin-left: 154px; height: 0px;
}

body {
    font-family: 'Open Sans';
}