.pLogin {
	width: 450px;
	position: fixed;
	top: 35%;
	left: 50%;
	margin-top: -175px;
	margin-left: -225px;
	background: white;
}

.loginForm {
	padding: 2px;
	max-width: 250px;
	display: block;
	text-align: center;
	margin-left: 100px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.loginUser {
	background: url(../images/username.png) no-repeat white left;
	background-position: 13px;
	width: 99%;
	border: 1px solid #c9c9c9;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px !important;
	-webkit-border-radius: 3px 3px 0px 0px !important;
	-o-border-radius: 3px 3px 0px 0px !important;
	margin-top: 10px;
	vertical-align: middle;
	min-height: 35px;
	margin-bottom: 8px;
}

.loginTxtUser {
	border: 0px;
	margin-left: 20%;
	width:80%;
	margin-top: 6px;
	font-size: 14px;
	color: #33143e;
	vertical-align: middle;
	font-weight:normal;
	margin-bottom: 8px;
}

.loginPassword {
	background: url(../images/password.png) no-repeat white left;
	background-position: 15px;
	width: 99%;
	border: 1px solid #c9c9c9;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px !important;
	-webkit-border-radius: 0px 0px 3px 3px !important;
	-o-border-radius: 0px 0px 3px 3px !important;
	margin-bottom: 10px;
	vertical-align: middle;
	min-height: 35px;
}

.loginTxtPassword {
	border: 0px;
	margin-left: 20%;
	width:80%;
	margin-top: 6px;
	font-size: 14px;
	color: #33143e;
	vertical-align: middle;
}

.placeholder {
	color: #c9c9c9;
}

.loginRemember {
	padding: 5px;
	margin: 5px;
	width: 97%;
	text-align: center;
	color: #5c4365;
}

.loginRemember input {
	cursor: pointer;
}

.loginRemember label {
	cursor: pointer;
	padding:10px;
}

.loginText {
	display: table;
	width: 100%;
	height: auto;
	background: #4D1F67;
	color: white;
	text-align: center;
	font-size: 16px;
	vertical-align: center;
	margin: 0;
}

.loginText p{
	margin:0px 0px 5px 0px;
    padding: 10px;
	font-size: 16px;
}

.loginButton {
	display: table;
	width: 100%;
	margin-top: 5px;
	height: 40px;
	background: #EE573F;
	color: white;
	text-align: center;
	font-size: 18px;
	vertical-align: center;
	cursor: pointer;
}
.loginButton p{
    margin:10px;
}

.loginButton:hover {
	background: #ee573fc9;
}

.loginError {
	color: red;
	text-align: center;
	vertical-align: center;
	height: 30px;
	font-size: 12px;
	border:1px dotted #c9c9c9;
	margin-top:10px;
	padding:5px;
	padding-right:25px;
	padding-left:25px;
	font-weight:normal;
}

.loginDisabledUser{
    color: red;
    text-align: center;
    vertical-align: center;
    height: auto;
    font-size: 12px;
    border:1px dotted #c9c9c9;
    margin-top:10px;
    padding:5px;
    padding-right:25px;
    padding-left:25px;
    font-weight:normal;
}