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.reqUsernameFormP2P {
	padding-top: 25px;
	vertical-align: middle;
	width: 725px;
	height: 428px;
	display: table;
}

div.reqUsernameForm {
	padding: 35px;
	vertical-align: middle;
	width: 410px;
	display: table;
}

.patient-portal div.signInBg {
/* 	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.signInBoxP2P {
	width: 325px;
	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: 325px;
	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; // new login page REP-4846 */
}
div.signInP2P {
	font: 26px 'Lucida Grande';
	color: #0071a5;
	font-weight: normal;
	text-align: left;
	margin: 25px 0 12px 24px;
}
div.signIn {
	font: 26px 'Arial';
	color: #ffffff;
	font-weight: normal;
	text-align: left;
}
.userNameBlur, .emailAddressBlur {
	color: #000000;
}
.userNameBlurP2P, .emailAddressBlurP2P {
	color: #000000;
}
#userName.userNameBlur, #emailAddress.emailAddressBlur {
	font-size: 14px;
	height: 40px;
    width: 100%;
    margin-top: 20px;
}
#userName.userNameBlurP2P, #emailAddress.emailAddressBlurP2P {
	font-size: 14px;
	width: 274px;
}
div.troubleSigningIn {
	font: 14px Arial;
	color: #0071a5;
	margin-bottom: 50px;
}
.patient-portal div.signInBox .submit {
	background: url(../../images/pp_btn_submit.png) left top no-repeat;
	width: 144px;
	height: 45px;
	border-radius: 0px !important;
	text-indent: -99999px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	margin: 5px 0 10px 0;
}
.patient-portal div.signInBox .submit:hover {
	background-position: left bottom;
}

div.signInBox label, div.signInBox .label {
	text-align: left;
	color: #0071a5;
	font-size: 14px;
    width: 100%;
}

div.signInBoxP2P label, div.signInBoxP2P .label {
	text-align: left;
	color: #0071a5;
	margin: 0 0 0px 24px;
	font-size: 14px;
    width: 100%;
    line-height: 24px;
}

div.signInBox .label.contact-p2p {
	margin: 24px 0;
	line-height: 20px;
	color: #ffffff;
}

div.signInBoxP2P .label.contact-p2p {
	margin: 24px 0;
	padding: 0 24px;
	line-height: 20px;
	color: #2a3030;
}

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: 500px;
}
div.message {
	background-color: #27ae93;
    padding: 7px;
	font: 14px Arial;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
}
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.fieldRequired {
	border:1px solid #fb614d;
}
.patient-portal .row .row {
	margin: 0;
	position: relative;
}

/*.row .placeHolderUserName, .row .placeHolderPassword {
   	top: 14px;
	left: 30px;
	margin: 0;
}*/
div.termsOfUser{
	font-size: 12px !important;
	margin: 12px 20px 0px 24px;
	text-align: left;
	line-height: 1.4;
	color: #666;
}
div.trouble-desc {
	font: 12px Arial;
	margin: 0px 24px 7px 24px;
	text-align: left;
}

div.contact-us {
	margin: 0 25px;
    text-align: left;
	color: #999999;
	line-height: 1.3;
	margin-top: 12px;
}

div.signInBox div.contact-us {
	margin: 12px 0 0 0;
	color: #ffffff;
	line-height: 1.3;
}

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

.ui-dialog {
	height: 240px !important;
}

.ui-dialog .ui-dialog-content {
    min-height: 120px !important;
    padding-left: 42px !important;
    padding-right: 41px !important;
    font-weight: bold;
}

div.patient-portal ~ div.ui-dialog {
	height: 200px !important;
}

div.patient-portal ~ div.ui-dialog > div.ui-dialog-content{
	font-size: 14px !important;
	line-height: 18px !important;
}

div.patient-portal ~ div.ui-dialog > div.ui-dialog-buttonpane{
	background: none !important;
}

div.patient-portal ~ div.ui-dialog > div.ui-dialog-titlebar {
	background: none !important;
}

div.signInBox .label a {
	display: block;
	color:#ffffff;
	font-weight: bold;
}

div.signInBoxP2P .label a {
	display: block;
	color:#0071a5;
	font-weight: bold;
	margin-top: 12px; 
}

div.prompt-provide-email .label {
	color: #2a3030;
}

.wrapper.wrapper {
	background: #1a5e63; /* login page new 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: 35px 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 */
}