div.loginBox {
	width: 410px;
	margin: 0 auto;/*align inner to center*/
	display: table;
	padding-top:35px;
}

div.loginBoxP2P {
	width: 725px;
	margin: 0 auto;/*align inner to center*/
	display: table;
	padding-top:35px;
}

div.loginFormP2P {
	background: #5e8e91;
	padding-top: 25px;
	vertical-align: middle;
	width: 725px;
	height: 428px;
	display: table;
}

div.loginForm {
	background: #5e8e91;
	padding: 35px;
	vertical-align: middle;
	margin: 0 auto;
	width: 410px;
	display: table;
}

div.signInBgP2P {
/*
	background: url(../../images/pp_signin_bg.jpg) center no-repeat;
*/
}
div.signInBg {
	/*
	background: url(../../images/hcp_signin_bg_new.jpg) center no-repeat;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: none;
	*/
}
div.signin_r3k1ama {
	text-align: center;
}
div.signInBoxP2P {
	width: 275px;
	height: 300px;
	margin-left: 25px;
	background-color: #f8f8f8;
	border: 1px solid #bdc3bd;
	text-align: center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
div.signInBox {
/*	width: 340px;
	margin-left: 35px;
	height: 250px;
	margin-left: 25px;
	background-color: #f8f8f8;
	border: 1px solid #bdc3bd;
	text-align: center; 
	text-align: left;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;new login page REP-4846 */
}
div.signIn {
	font: 26px 'Lucida Grande';
	color: #1a5e63;
/*	color: #0071a5; // REP-4846 */
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
}
.userNameBlur, .passwordBlur {
	color: #000000;
	width: 100%;
}
#userName.userNameP2P, #password.passwordP2P {
	width: 225px;
	margin-top:7px;
}

#userName.userName, #password.password {
/*	width: 225px; new login page REP-4846 */
height: 40px;
}

#password.password {
/*	width: 225px; new login page REP-4846 */
	margin-top:7px;
}

/* div.troubleSigningIn {
	font: 14px Arial;
	color: #0071a5;
	margin-bottom: 50px;
}
 */
div.signInBox .submitP2P {
	background: url(../../images/pp_btn_sign_in.png) center no-repeat;
	width: 110px;
	height: 45px;
	border-radius: 0;
    margin: 15px 0 25px;
	padding: 0;
}
div.signInBox .submitP2P:hover {
	background: url(../../images/pp_btn_sign_in_mo.png) center no-repeat;
}
div.signInBox .submit {
	background: url(../../images/button_signin.png) repeat;
	font: 16px Arial;
	color: #ffffff;
	font-weight: normal;
	width: 125px;
	height: 35px;
	border-radius: 6px;
    margin: 35px 0 15px;
    padding: 0;
}
div.signInBox .submit:hover {
	background: url(../../images/button_hover_signin.png) repeat;
}
div.signin_ageology {
	float: left;
	margin-top: 7px;
}
div.signin_help_icon img {
	margin-right: 5px;
}
div.signin_help_icon a {
	float: right;
	margin-top: 10px;
	font: 12px Arial;
	color: #999999;
	margin-right: 10px;
}
.navigation, .hide {
	display: none;
}

div.messageBox {
	background-color: white;
	position: absolute;
	top: 40px;
	width: 410px;
}
div.messageBoxP2P {
	padding: 1px;
	margin: 0 auto 20px;
	border:1px solid #27ae93;
	background-color: white;
	width: 560px;
}
div.message {
	background-color: #5cc359;
/*	background-color: #00b07d; // new login REP-4846 */
    padding: 10px;
	font: 14px Arial;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
div.messageP2P {
	background-color: #00b07d;
/*	background-color: #27ae93; // REP-4846 */
    padding: 10px;
	font: 14px Arial;
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
div.messageP2P a { 
	color: #ffffff;
}
div.message a { 
	color: #ffffff;
}
div.contact {
	width: 725px;
}
div.loginFailure {
	border:1px solid #fb614d;
}
div.loginFailure .message, div.fieldRequired .message {
	background-color: #fb614d;
}
div.loginFailure .messageP2P, div.fieldRequired .messageP2P {
	background-color: #fb614d;
}
div.fieldRequired {
	border:1px solid #fb614d;
}
.row {
	position: relative;
}

/*.row .placeHolderUserName, .row .placeHolderPassword {
   	top: 14px;
	left: 30px;
	margin: 0;
}*/
div.termsOfUser{
	font: 11px Arial;
	margin: 0 10px 0px 50px;
	text-align: left;
}

.wrapper.wrapper {
	background: #1a5e63; /* login page new REP-4846 */
/*	background: #bbbfbf; // REP-4846 */
}

div.signInBox .row.P2P{
	margin:7px 0;
}
.btn.P2P {

	background: url(../../images/button_signin.png) repeat;
	font: 16px Arial;
	color: #ffffff;
	font-weight: normal;
	width: 125px;
	height: 35px;
	border-radius: 6px;
    margin: 12px 0 15px;
    padding: 0;
}


.btn.P2P:hover {
	background: url(../../images/button_hover_signin.png) repeat;
}

div.signInBox .label {
	text-align: right;
/*	text-align: left;
	color: #0071a5; // new login page REP-4846 */
	margin: 0 0 4px 24px;
	font-size: 14px;
}

div.signInBox .label a {
	color: #ffffff;
/*	color: #0071a5; // new login page REP-4846 */
}

.login-logo {
	margin-top: 100px;
	padding-bottom: 28px;
	text-align: center;
}

div.signInBox .btn--primary {
    background: #5cc359;
    border-color: #5cc359;
    height: 40px;
    width: 100%;
    margin: 42px 0 0 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}

div.signInBox ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #1a5e63;
    opacity: 1; /* Firefox */
}
