HTML{
	height: 100%;
	width:100%;
	overflow: hidden;
}


.passwordMsgs {
    clear: both;
    text-align: left;
    margin-top: 10px;
    overflow: hidden;
}

    .passwordMsgs p {
        display: flex;
        align-items: center;
        color: #5a5a5a;
    }

.iconPschemeAlert {
    background-image: url(images/alert_login.png);
    background-repeat: no-repeat;
    background-position: top left;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-right: 7px;
}

.iconPschemeTick {
    background-image: url(images/tick_login.png);
}


BODY {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	min-width: 1000px;
	/*max-width: 1280px;*/
    font-family:Open Sans,Tahoma,Helvetica,Arial,sans-serif;
    font-size: 10px;
	/*overflow: hidden;*/
    overflow:auto;
	font-weight: normal;
    color:#6b7b8a;

}
a{color:#a31549; text-decoration:none;outline:none;}
a:active { 
    outline: none;
}
.bodyBG {
	background: url(images/bg_body.png) center center fixed;
	background-size: 100% auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0px;
	height:100%;
	width:100%;
	vertical-align:central;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.png', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_body.png', sizingMethod='scale')";
}
#locationContainer.login_form_wrape_inner {
    padding-top:25px
}
#LocationPanel{
    background-image:url(images/select-bbg.png);
	background-repeat:repeat-x;
	background-position:left 0px;
    border-radius:0px 0px 6px 6px;
    -webkit-border-radius:0px 0px 6px 6px;
    -moz-border-radius:0px 0px 6px 6px;
    padding:15px 20px 5px 20px;
}
#locationContainer .login_button {
    background-color: #11b135;
    background-color: #a9c23f;
}
#locationContainer .login_button:hover, #locationContainer .login_button:focus {
    box-shadow: 0 4px 0 #126f27;
}
#LocationPanel{
    background-color:white;
}
.newLocationContainer {
    display: flex;
    flex-direction: column;
    height: 350px;
    align-self: center;
}
.newLocationContainer.login_form_wrape_inner {
    width: 310px !important;
}
.newLocationContainer.login_form_wrape_inner {
    padding-top: 10px !important;
}

.locationContainer label:nth-child(even) {
    font-size: 14px;
    color: #7E98AD;
}
.locationContainer label:nth-child(odd) {
    font-size:11px;
    color:#7E98AD;
}
    #locationContainer #btnProceed {
        margin-top:15px;
        margin-bottom:5px;
    }
#locationContainer .login_button {
    padding:8px 20px;
}
.inputLocation{
    border: solid 1px #8bc6e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 12px 7px;
    background-color: #f7fdff;
    box-sizing: border-box;
    color: #1a89c1;
    font-size: 13px;
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #0b70b8;
    text-transform: uppercase;
}
.inputLocation::-webkit-input-placeholder {
    color: #0b70b8;
}
#locationContainer p{
    text-align:center;
    font-size:15px;
    margin-top:0px;
    color:#0b70b8;
    text-transform:uppercase;
    background-color:white;
    margin-bottom:0px;
    padding:10px 0px;
    border-radius:6px 6px 0px 0px;
    -webkit-border-radius:6px 6px 0px 0px;
    -moz-border-radius:6px 6px 0px 0px;
}
.locationContainer input[type="radio"] {
    vertical-align: -7px;
    margin-right:10px;
}
#LocationPanel {
    height:198px;
    overflow:hidden;
    overflow-y:auto;
    text-align:left;
}
#locationContainer .loginDesc{
    display:block;
    margin-left:33px;
}
.locationContainer {
    border-bottom:1px dashed #dadfe4;
    padding:4px 0px;
    overflow:hidden;
}
.loginLayout{
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
}
.LoginTable{
	width:1100px;
	height:611px;
    background-image:url(images/doctor_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.LoginTable .TextPan{
	
	width:350px;
	height:100%;
    padding-top:40px;
}
.LoginTable .FormPan{
	background-image:url(images/login_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	width:350px;
	height:100%;
}
.LoginTable .FormTitle
    {
        font-family:'Segoe UI';
        font-size:16px;
        font-weight:bold;
        color: white;
        text-align:center;
        display:block;
        margin-top:47px;
        -moz-text-shadow: 0px 1px 5px #5e5e5e;
	    -webkit-text-shadow: 0px 1px 5px #5e5e5e;
	    text-shadow: 0px 1px 5px #5e5e5e;
	    /* For IE 8 */
	    /*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=1, Color='#888989')";*/
	    /* For IE 5.5 - 7 */
	    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=2, Color='#888989');*/
    }
    .LoginTable .EntityBox
    {
        width: 240px;
        height: 250px;
        vertical-align:top;
        text-align:left;
        /*padding:5px;*/
        /*border: 1px solid white;*/
        /*background-color:#a8e2fd;*/
        /*background-image: url(images/bg_entity_box.png);
        background-repeat: no-repeat;
        background-position: center;*/
    }

.EntityList
{
    /*list-style-image:url(images/bullet_entity.png);
    list-style-position: inside;*/
    list-style:none;
    padding:0px;
    margin:0px;
}

.EntityList li
{
    border: 1px solid transparent;
    background-image:url(images/bullet_entity.png);
    background-repeat:no-repeat;
    background-position:3px 0px;
    height:24px;
    padding:0px;
    margin:0px;
}
.EntityList li:hover
{
    background-image:url(images/bullet_entity_hover.png);
    background-repeat:no-repeat;
    background-position:3px 0px;
    border: 1px dotted #4b98bd;
    background-color: #8ad6fb;
    
}
.EntityList li a
{
    height:100%;
    font-size: 14px;
    display:block;
    color: #1f3967;
    vertical-align:top;
    padding: 3px 3px 0px 20px;
}
.EntityList li:hover a
{
    color: black;
    
}

.LoginWrapperTable{
	height:100%;
	width:100%;
	}
.text-field{
	background-image: url(images/text_field_bg.png);
	background-repeat: no-repeat;	
}
.text{
	font-family:Verdana, Geneva, sans-serif;
font-size:11px;
color:#333;
}
.text2{
font-family:Segoe UI, Verdana, Geneva, sans-serif;
font-size:16px;
color:#333;
line-height:30px;
}
.text3{
font-family:Segoe UI, Verdana, Geneva, sans-serif;
font-size:13px;
color:#000;
line-height:20px;

}
.btn_login{
	background-image: url(images/btn_login.png);
	background-repeat: no-repeat;
	width:94px;
	height:33px;
	background-position: -5px -7px;
    display:block;
    margin-top:15px;
    border: 0px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
}
.btn_login:hover{
	background-image: url(images/btn_login.png);
	background-repeat: no-repeat;
	width:94px;
	height:33px;
	background-position: -109px -7px;
    cursor:pointer;
}
.heading{
    font-family:Segoe UI, Verdana, Geneva, sans-serif;
    font-size:25px;
    color:#48525e;
}
.headingSmall{
    font-family:Segoe UI, Verdana, Geneva, sans-serif;
    font-size:20px;
    color:#48525e;
    margin-bottom:10px;
    display:block;
}
.loginTxtInput{
    width:170px;
    height:14px !important;
    border:0px;
    font-family:Verdana, Geneva, sans-serif;
    font-size:11px;
    color:#333;
    
}
.loginTxtInput:focus{
    outline:none;
}

.iconPassword{
    background-image: url(images/icon_password.png);
	background-repeat: no-repeat;
	width:26px;
	height:22px;
}
.iconUser{
    background-image: url(images/icon_user.png);
	background-repeat: no-repeat;
	width:26px;
	height:22px;
}
.loginArrow{
    background-image: url(images/arrow.png);
	background-repeat: no-repeat;
	width:22px;
	height:17px;
}

.btnLink
{
	border-bottom: 1px solid #5db6dc;
	border-right: 1px solid #5db6dc;
	border-top: 1px solid #84d1f3;
	border-left: 1px solid #84d1f3;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #0467a2;
	height: 22px;
	background-image: url(images/bg_btnLink.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
	margin-top: 5px;
	padding-left:10px;
	padding-right:10px;
	border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.btnLink:hover {
	border-bottom: 1px solid #3897bf;
	border-right: 1px solid #3897bf;
	border-top: 1px solid #94d7f4;
	border-left: 1px solid #94d7f4;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
	font-size: 11px;
	color: #000;
	height: 22px;
	background-image: url(images/bg_btnLink_hover.gif);
	background-repeat: repeat-x;
	padding-bottom: 2px;
	cursor:pointer;
	border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.btnLinkBig
{
	border-bottom: 1px solid #5db6dc;
	border-right: 1px solid #5db6dc;
	border-top: 1px solid #84d1f3;
	border-left: 1px solid #84d1f3;
	font-family: Tahoma,Helvetica,Arial,sans-serif;
    text-align:center;
	font-size: 20px;
	color: #0467a2;
	height: 30px;
    width: 400px;
	background-image: url(images/bg_big_button_hover.gif);
	background-repeat: repeat-x;
    background-position:center;
	padding-bottom: 2px;
	margin-top: 5px;
	padding-left:10px;
	padding-right:10px;
    padding-top: 5px;
	border-radius:2px;
    display: block;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.btnLinkBig:hover {
	background-image: url(images/bg_big_button.gif);
	background-repeat: repeat-x;
    background-position:center;
    color: #024974;
	cursor:pointer;
	
}
.fadeoutBackgroundAjaxLoader
{
    width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #AAAAAA;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	/*display: none;*/
}
span.errorMessage
{
    color: red;
    font-size: 11px;
    text-align:left;
}

span.errorMessage li
{
    background: url(images/error_notification.png) left 1px no-repeat ;
    padding:0 0 3px 19px;
    list-style-type:none;
    
}

span.Tab_errorMessage
{
    color: red;
    font-size: 30px;
    text-align:left;
}
/* Right Click Alert Message Class */

.RightClickAlertMessageDivWrapper
{
    background-image:url(images/bg_RightClickAlertMessage_tip.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #FFF;
    width: 450px;
    height: 100px;
    vertical-align:middle;
    text-align: center;
    border: 2px solid #0269b1;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius: 6px;
    position: absolute;
    z-index:500001;
}

.RightClickAlertMessage
{
    margin-top:15px;
    font-family: Tahome,Helvetica,Arial,sans-serif;
    font-size: 20px;
    font-weight:bold;
    color: #0d6694;
}

.DivCloseIcon
{
    margin-left:440px;
    margin-top: -10px;
    background-image:url(images/bg_icon_div_close.png);
    background-repeat: no-repeat;
    background-position: center;
    height:20px;
    width:20px;
    cursor:pointer;
}
.DivCloseIcon:hover
{
    background-image:url(images/bg_icon_div_close_hover.png);
}
.fadedBG
{
    width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	background-color: #AAAAAA;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
    z-index:500000;
}
/* End Right Click Alert Message Class */



/*  Login Tablet Classes  */

.Tab_body{
	background: #01a9e0;  /*Old browsers*/ 
    background: -moz-linear-gradient(top,  #dadada 0%, #ffffff 100%);  /*FF3.6+*/ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadada), color-stop(100%,#ffffff));  /*Chrome,Safari4+*/ 
    background: -webkit-linear-gradient(top,  #dadada 0%,#ffffff 100%);  /*Chrome10+,Safari5.1+*/ 
    background: -o-linear-gradient(top,  #dadada 0%,#ffffff 100%);  /*Opera 11.10+*/ 
    background: -ms-linear-gradient(top,  #dadada 0%,#ffffff 100%);  /*IE10+*/ 
    background: linear-gradient(to bottom,  #dadada 0%,#ffffff 100%);  /*W3C*/ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#ffffff',GradientType=0 );  /*IE6-9*/
    padding:0px;
    margin: 0px;
}

.Tab_login_bg{

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover; 
    height: 100%;
    width: 100%;
    padding-top:20px;
    padding-bottom:60px;
    padding-left:18px;
    padding-right:18px;
}
.Tab_table{
	padding-left:18px;
	padding-right:18px;
	
	
	}
.Tab_text_field_bg{
    background-image:url(images/Tab_text_field_bg.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left:30px;
    padding-right:30px;
    width: 657px;
    height: 111px;
    margin:0px;
}
.Tab_loginTxtInput{
    width:580px;
    height:80%;
    border:0px;
    font-size:40px;
    color:#333;
    outline: none;
    height: 60px;
    padding-left:10px;
}
.Tab_text{
    font-size: 40px;
    color:#a31549;
    text-align: right;
    padding-right: 30px;
}
.ForgotText{
    font-family:Verdana, Geneva, sans-serif;
    font-size: 40px;
    color:#000;
    text-align: right;
    padding-right: 30px;
    width: 650px;
    text-align:right;
    display:block;
    margin-top:30px;
}
.Tab_sm_logo{
    background-image:url(images/Tab_sm_logo.png);
    background-repeat: no-repeat;
    height: 110px;
    width: 545px;
    background-position:center top;
    padding-bottom: 40px;
}
.Tab_btn_login{
    background-image:url(images/Tab_btn_login.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 96px;
    width: 182px;
    background-position:right;
    border: 0px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    cursor:pointer;
    margin-top: 20px;
}

.body_bg {
    background:url(images/login_body_bg.jpg) center center  #45cae6;
    background-size:100% auto;
}
.body_bg-login {
    background: url(images/bkgrd_-_Short_-_Blue.png) top center #0c3e89;
    background-size: cover;
}
.login_wrape {
    width:100%;
    height:100%;
}
.login-flex {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.login_header {
    width: inherit;
}

.logo_wrape{
    width:inherit;
    padding:13px 0;
    background:url(images/login_header_bg.png) left top repeat;
}

.header_bottom_shadow{
    width:inherit;
    height:30px;
    background:url(images/login_header_shadow.png) center bottom no-repeat;
    background-size:auto 100%;
}

.login_form_wrape {
    /*background:url(images/login_screen_icons.png) top center no-repeat;*/
    /*background:url(images/login_screen_circles.png) top center no-repeat;*/
    margin:0 auto;
    background-size:100% auto;
    width: 658px;
    /*height: 448px;
    padding-top: 67px;*/
    height: 516px;
    padding-top:70px;
    vertical-align: middle;
    box-sizing: border-box;
}
.login_form_wrape_inner.loginMaintenance {
    width: 1000px;
    padding: 15px 20px 8px;
    background-color: #ffe26a;
    
}
.loginMaintenanceBox {
    width: 850px !important;
    padding: 15px 20px 8px !important;
    background-color: #ffe26a !important;
    position: relative;
    top: 0px;
}
.loginMaintenance .input_wrape {
    margin-bottom: 0;
}
.loginMaintenance .input_wrape .login_label {
    text-transform:initial;
    color:#000;
    line-height: 1.6;
    text-align:center;
}
.login_form_wrape_inner {
    background-color: #e6e6e6;
    margin: 0 auto;
    width: 416px;
    padding: 35px 30px 10px 30px;
    box-sizing: border-box;
    border: solid 1px #269abe;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: 2px 3px 14px #267a94;
    -webkit-box-shadow: 2px 3px 14px #267a94;
    -moz-box-shadow: 2px 3px 14px #267a94;
}

.input_wrape {
    width:100%;
    float:left;
    margin:0 0 26px 0;
}

.input_wrape .login_label {
    width: inherit;
    margin:0 0 5px 0;
    color:#6b7b8a;
    font-size:13px;
    text-align:left;
    text-transform:uppercase;
    display:block;
}

.input_wrape .input{
    width: inherit;
    border: solid 1px #8bc6e0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 12px 7px;
    background-color: #f7fdff;
    box-sizing: border-box;
    color: #1a89c1;
    font-size: 13px;
}

.clear {
    width:100%;
    clear:both;
}

.error_text {
    padding-right:8px; 
    color:#98a3ad; 
    font-size:12px;
    font-family:Open Sans,Tahoma,Helvetica,Arial,sans-serif;
    text-align:left;
}

.login_button {
    background-color:#ae3b6b;
    color:#fff;
    border:none;
     border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    font-size:14px;
    padding:12px 30px;
    cursor:pointer;
    font-family:Open Sans,Tahoma,Helvetica,Arial,sans-serif;
    transition:all 0.3s ease-in 0s;
}



.login_button:hover , .login_button:focus{
    box-shadow:0 4px 0 #784158;
    outline:none;
    border:none !important;
}

.login_footer_wrape {
    width:100%;
    position:absolute;
    bottom:0;
}

.login_footer_shadow {
     width: inherit;
     height:20px;
     background:url(images/login_footer_shadow.png) center center no-repeat;
     background-size:auto 100%;
}

.login_footer {
     width: inherit;
     color:#000000;
     font-family:Open Sans,Tahoma,Helvetica,Arial,sans-serif;
     background:url(images/login_header_bg.png) left top repeat;
     padding:6px 0;
     text-align:center;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: #eee;
    border: thin solid lightgray;
    box-shadow: 0px 0px 3px #dfdfdf inset;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb {
    background: #b2b2b2;
    border: thin solid gray;
    border-radius: 6px;
}
.mobile_productname {
    font-size: 14px !important;
    margin: 0px 10px 0px 0px !important;
}
.terms_form_wrape {
    margin: 0 auto;
    background-size: 100% auto;
    width: 1000px;
    height: 466px;
    padding-top: 20px;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-family: Open Sans,Tahoma,Helvetica,Arial,sans-serif;
}

.terms_form_wrape h1 {
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 0;
    padding-bottom: 15px;
    font-size: 24px;
    color: black;
    margin-bottom: 0px;
}

.termsContainer {
    color: black;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.pehrlogin_button {
    background-color: #0069b1;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.pehrlogin_button:hover, .pehrlogin_green_button:hover {
    background: #014878;
}

.pehrlogin_green_button, .pehrlogin_gray_button {
    background: #a5cf4f;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 20px;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}

.pehrlogin_gray_button, .pehrlogin_gray_button:hover {
    background: #5a5a5a;
}

.pehrForget-link {
    color: #005ea8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
/* New Login Page */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400&display=swap');
.pehr-login-body {
    position: relative;
    height: 100%;
}
.pehr-login {
    background: url(images/bkgrd_-_Short_-_Blue.png) center center #0c3d88;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pehr-login-header {
    position: fixed;
    background: url(images/bkgrd_-_Short_-_Blue.png) top #0c3d88;
    right: 33px;
    right: 0;
    top: 0;
    width: 100%;
    background-repeat:no-repeat;
}
.pehr-ads-banner {
    width: 728px;
    margin: 0 auto;
    height: 90px;
}
.login-version-header {
    padding-top: 3px;
    position: absolute;
    top: 20px;
    right: 10px;
    padding-top: 3px
}
.row-login {
    overflow: hidden;
    margin-bottom: 8px;
    line-height: 1;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-justify-content: center;
    overflow: inherit;
}
.row-login .col-8 {
    width: 66.6664%;
}
.row-login .col-7 {
    width: 58.3331%;
}
.row-login .col-6 {
    width: 49.9998%;
    float: left;
}
.row-login .col-5 {
    width: 41.6665%;
}
.row-login .col-4 {
    width: 33.3332%;
}
.pehrLogin_form_wrape {
    height: auto;
    max-width: 850px;
    width: 100%;
    box-sizing: border-box;
    border: solid 1px #269abe;
    box-shadow: 0 0 10px rgb(0 94 168 / 26%);
    border-radius: 10px;
    background-color: #ffffff;
    margin: 0 auto;
    justify-content: flex-end;
    min-height: 437px;
    margin-top: 30px;
}
.pehrLogin_form_wrape_inner {
    padding: 25px 40px 10px 40px;
    box-sizing: border-box;
    height: auto;
}
.pehrLogin_form_wrape .input_wrape {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}
.pehrLogin_form_wrape .input_wrape .login_label {
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
    margin-bottom: 0;
}
.pehrLogin_form_wrape .input_wrape .input {
    /*border: none;*/
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background-color: #fbfbfb !important;
    color: #000;
}
.pehrlogin-logo {
    margin-bottom: 15px;
}
.pehrlogin-logo img {
    text-align: left !important;
    display: block;
    margin: 0 auto;
}
.login-version {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.login-version span {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #999;
}
.pehrLogin_form_wrape table{
    width: 100%;
    text-align: center;
}
.pehrlogin_button {
    border-radius: 4px;
    background-color: #0069b1;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
}

.pehrlogin_button:hover, .pehrlogin_green_button:hover {
    background: #014878;
}
.pehrForget-link {
    color: #005ea8;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}
.login-left-img {
    background-image: url(../../App_Themes/blue/images/PEHR-1070-Log-in-Promo-Build.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-radius: 0 10px 10px 0;
    height:100%;
}
.login-left-img img {
    visibility: hidden;
    min-height: auto;
}
.pehrvalidation{
    min-height: 35px;
    display: block;
    width: 100%;
}
.pehrLogin_footer_wrape {
    width: 100%;
    bottom: 5px;
    position: fixed;
    left: 0;
}
.pehrLogin_footer {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

/* end Login Page */
/* Forgot Password Strat */
.forgot_bg {
    background: url(images/bkgrd_-_Short_-_Blue.png) center center #004a95;
    background-size: cover;
}
.forgot_bg #UpdPanel {
    height: 100%;
}
.form-height {
    height: 100%;
}
.forgot-form {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forgot-wrape {
    width: 100%;
    height: 100%;
}
.forgot-form-wrape {
    padding: 25px 40px 10px 40px;
    box-sizing: border-box;
    border: solid 1px #269abe;
    box-shadow: 0 0 10px rgb(0 94 168 / 26%);
    border-radius: 10px 15px 15px 10px;
    background-color: #ffffff;
    margin: 0 auto;
    width: 416px;
}
.forgot-wrape .input_wrape .login_label {
    color: #5a5a5a;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-transform: uppercase;
    display: block;
    margin-top: 4px;
}
.forgot-wrape .input_wrape .input {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    background-color: transparent !important;
    border-radius: 0;
    font-size: 14px;
    margin-top: 5px;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    background-color: #fbfbfb !important;
    color: #000;
}
.pehrlogin_button:hover {
    background: #014878;
}

.pwd {
    width: 180px;
    padding: 3px;
    color: #000;
    float: left;
    margin-right: 10px;
}

#pwd_strength_wrap {
    border: 1px solid #D5CEC8;
    display: none;
    float: left;
    padding: 10px;
    position: absolute;
    background-color: #fff;
    top: 20px;
    right: -220px;
    width: 70%;
}

#pwd_strength_wrap:before, #pwd_strength_wrap:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent; /* arrow size */
}

#pwd_strength_wrap:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0.1);
    border-top: 7px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -18px;
    position: absolute;
    top: 10px;
}

#pwd_strength_wrap:after {
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid #D5CEC8;
    border-top: 6px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: -16px;
    position: absolute;
    top: 11px;
}

#pswd_info ul {
    list-style-type: none;
    margin: 5px 0 0;
    padding: 0;
}

#pswd_info ul li {
    background: url(icon_pwd_strength.png) no-repeat left 2px;
    padding: 0 0 0 20px;
}

#pswd_info ul li.valid {
    background-position: left -42px;
    color: green;
}

#passwordStrength {
    display: block;
    height: 5px;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}

.strength0 {
    background: none; /* too short */
    width: 0px;
}

.strength1 {
    background: none repeat scroll 0 0 #FF4545; /* weak */
    width: 25px;
}

.strength2 {
    background: none repeat scroll 0 0 #FFC824; /* good */
    width: 75px;
}

.strength3 {
    background: none repeat scroll 0 0 #6699CC; /* strong */
    width: 100px;
}

.strength4 {
    background: none repeat scroll 0 0 #008000; /* best */
    width: 150px;
}
#PracticeContainer.login_form_wrape_inner {
    padding-top: 25px
}

#PracticePanel,
#CloudPanel {
    background-image: url(images/select-bbg.png);
    background-repeat: repeat-x;
    background-position: left 0px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    padding: 15px 20px 5px 20px;
}

#PracticeContainer .login_button:hover, #locationContainer .login_button:focus {
    box-shadow: 0 4px 0 #126f27;
}

#PracticePanel,
#CloudPanel {
    background-color: white;
}

#PracticePanel,
#CloudPanel {
    height: 198px;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}
#PracticeContainer #btnProceed,
#CloudContainer #btnProceedCloud {
    margin-top: 15px;
    margin-bottom: 5px;
}

#PracticeContainer .login_button {
    padding: 8px 20px;
}

#PracticeContainer p,
#CloudContainer p{
    text-align: center;
    font-size: 15px;
    margin-top: 0px;
    color: #0b70b8;
    text-transform: uppercase;
    background-color: white;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
}

#PracticeContainer .loginDesc{
    display: block;
    margin-left: 33px;
}

.PracticeContainer label:nth-child(even) {
    font-size: 14px;
    color: #7E98AD;
}

.PracticeContainer label:nth-child(odd) {
    font-size: 11px;
    color: #7E98AD;
}

.PracticeContainer input[type="radio"] {
    vertical-align: -2px;
    margin-right: 10px;
}

.PracticeContainer {
    border-bottom: 1px dashed #dadfe4;
    padding: 4px 0px;
    overflow: hidden;
}
.PracticeContainerSpan {
    display: inline-block;
    margin-left: 30px;
    padding: 7px 15px;
    background-color: #fcb53b;
    color: #fff !important;
    font-weight: bold;
    font-size: 14px;
    margin-top:5px;
}
.googleAuthenticatorText {
    text-align: center;
    font-size: 9px;
    line-height: 1.5;
}
/* forgot Password End */
    @media only screen and (max-device-width : 1024px) and (min-device-width : 768px) {
        .input.textLowerInput {
            text-transform: lowercase;
        }
    }

    @media only screen and (max-width:1000px) {
        .body_bg {
            background-size: cover;
            content: "";
        }

        body:after {
            position: fixed;
            height: 100vh;
            background: url(images/bkgrd_-_Short_-_Blue.png) top center #0c3e89;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            z-index: -1;
            left: 0;
            right: 0;
            top: 0;
            content: "";
        }

        body.forgot_bg:after {
            background: url(images/bkgrd_-_Short_-_Blue.png) center center #004a95;
            background-size: cover;
        }

        .mobile_productname {
            font-size: 14px;
            margin: 0px 30px 0px 0px !important;
        }

        HTML {
            overflow: -webkit-paged-x;
        }
    }

    @media only screen and (max-width:479px) {
        .input.textLowerInput {
            text-transform: lowercase;
        }
    }

#pwd_strength_wrap p {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.infoIcon {
    background-image: url(images/informationIcon.png);
    background-position: center;
    background-size: 20px;
}