﻿body {
}

.NewRegistration {
    color: blue;
    font-weight: bold;
    background-repeat: no-repeat;
    text-align: left;
}

.ForgotPassword {
    color: blue;
    font-weight: bold;
    padding-left: 30px;
    text-align: right;
    background-repeat: no-repeat;
}
.ForgotUserId {
    color:blue;
    font-weight: bold;
    padding-left: 20px;
    text-align: right;
    background-repeat: no-repeat;
}
.textaera {
    background-repeat: no-repeat;
    width: 587px;
    height: 26px;
    margin: 0px;
    border-radius: 4px;
}

.validationmessage {
    color: red;
    font-size:12px;
}
.SCForgotPassword {
    color:blue;
    font-weight: bold;
    padding-left: 205px;
    text-align: right;
    background-repeat: no-repeat;
}
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    display: none;
    background: rgba(0, 0, 0, 0.5) url('../Master/img/loading.gif') no-repeat center center;
}
