

            html, body {height: 100%;}
            .ienotice{
                text-indent:22px;
                position: absolute;
                z-index: 20;
                top: 0px;
                left: 0px;
                height: 16px;
                padding: 3px 0px;
                font-family: Verdana, Helvetica, Geneva, Arial, sans-serif;
                font-size:10px; color:black;
                border-top: 1px solid #FFFFE1;
                border-bottom: 1px solid #cccccc;
                background: #FFFFE1 url("/images/icon-error.png") no-repeat 3px 3px;                
                width: 100%;
            }
            #copyrights
            {
                position: relative;
                margin:-40px 0px 0px 0px; /* negative value of footer height */
                height: 40px;
                clear:both;
                color: #888;
                text-align: center;
            }
            body
            {

                font-family: verdana;
                font-size:12px;
                margin:0px;
            }
            #wrap{min-height: 100%;}
            #top {
                background: url("/images/logo_bg.png") repeat-x scroll 0px 0px #6A8190;
                height: 51px;
                overflow: hidden;
                width:100%;
            }
            #logo {
                background: url("/images/logo.png") no-repeat scroll 0px 0px transparent;
                display: block;
                height: 25px;
                left: 14px;
                position: absolute;
                text-decoration: none;
                top: 10px;
                width: 120px;
                z-index: 5;
            }

            #content {
                overflow:auto;
                border:none;
                margin-left: auto;
                margin-right: auto;
                padding: 90px 40px 40px 40px;
                width: 850px;
                
            }
            #content.login {
                position: relative;
                
            }

            #info{
                width:500px;
                height:340px;

                margin-left:-78px;
                color: #646262;
                font-size:12px;
                font-family:verdana;
                display:inline;
                float:left;



            }
            .infoLogoCont{
                width:400px;
                padding:40px 20px 0px 80px;
                min-height:300px;
                margin-left:40px;
                background:url("/images/login_left_logo.jpg") no-repeat scroll 0px 0px #fff;
            }
            #info h2{
                color:#6c8191;
                font-size:19px;
                font-weight:bold;
                margin:-25px 0px 5px 0px;
                padding:0px;
            }
            #info p{
                padding:0px;
                margin:0px 0px 20px 0px;
            }
            #info .detailsTitle{
                font-weight:bold;
                font-size:12px;
                padding:0px;
                margin:0px 0px 5px 0px;
                display:block;
                width:auto;
            }
            #info span{
                width:70px;
                display:inline-block;
                font-weight:bold;
            }
 
            form{
                width:350px;
                border:1px solid #c7c6c6;
                border-radius:10px;
                display:inline;
                float:right;
                padding:17px 0px 0px 0px;
                background: url("/images/login_bg.png") repeat-x #DBDBDB;
            }
            
          
            input#j_username, input#j_password, input#oldPassword, input.inputText_AA
            {
                color: #888;
                font-weight: bold;
                padding-left: 3px;
                width: 300px;
                height:28px;
                line-height:28px;
                font-size: 16px;
                border: 1px solid #aaa;
            }

            input#j_username:focus, input#j_password:focus, input.inputText_AA:focus, input#oldPassword:focus
            {
                color: black;
                border: 1px solid #888;
            }
            .field
            {
                margin-bottom: 5px;
                padding: 5px 23px 5px 23px;
            }
            .field label
            {
                margin: 1px 1px 6px 0px;
                color:#6C8191;
                font-weight:bold;
                display: block;
            }
            form h2{
                color:#6c8191;
                font-size:19px;
                font-weight:bold;
                margin-bottom:30px;
            }
            form p{
                margin:0px;
                font-size:10px;
                padding:0px 23px 26px 23px;
            }
            #loginArea{
                text-align:right;
                height:24px;
                padding:8px 23px;
                background-color:#dbdbdb;
                border-radius:0px 0px 10px 10px;
            }

            #loginButton,
			.button{
                border-radius:2px;
                border:none;
                color: #fff;
                font-weight:bold;
                font-size:11px;
                cursor: default;
                height: 24px;
                padding: 2px 10px;
                background-color:#617481;
            }
            #forgotPwdLink{
                margin:-5px 0px 25px 217px;
                font-size:10px;
                display:inline-block;
            }
        .loginDialog{
            position:absolute;
            width:760px;
            height:375px;
            display:none;
            left:85px;
            top:75px;
            z-index:1000;
            background: url("/images/tou_dialog_bg.png") no-repeat;
            background-color:white;
        }
        .loginDialogCont{
            width:660px;
            height:230px;
            margin:0px 65px 65px 65px;
            overflow-y:scroll;
            font-size:12px;
        }
        .loginDialog h2{
            font-size:14px;
            font-weight:bold;
            margin:50px 0px 30px 0px;
            text-align:center;
        }
        .loginDialogCont p{margin:0px 0px 10px 0px;}
        .loginDialog .closeBtn{
            background: url("/images/tou_dialog_close.png") no-repeat 0px 0px ;
            width:44px;
            height:44px;
            position:absolute;
            top:-17px;
            right:-17px;
            cursor:pointer;
        }
		#content #loginArea #loginButton{
			float: right;
		}
		#content #loginForm #loginArea .forgotj_passwordButton{
			float: left;
			color: #0000EE !important;
			font-size: 10px;
		}
		#content #loginForm #loginArea .forgotj_passwordButton a{
			color: #0000EE !important;
		}
		#error,
		#defaultMessageId,
		#changePasswordError{
			margin: 1px 1px 1px 441px;
            		padding: 1px;
			color: red;
			text-align: left;
			padding-left: 59px;
	}
		#defaultErrorMessageId{
			margin: 1px 1px 1px 441px;
            		padding: 1px;
			color: red;
			text-align: left;
			padding-left: 59px;
	}

		#resetPasswordMessage{
			margin: 10px;
			font-size: 15px;
			color: #6c8191;
			font-weight: bold;
		}
		.submitButton{
			margin-top: 15px;
		}
		.forgotPasswordButton{
		float: left;
		}
		.continue{
			margin-top: 20px;
		}
		#wrongUserErrorMessageId{
			color: red;
			text-align: left;
			
		}
		.address{
			margin-left: 30px;
			line-height: 150%;
			margin-bottom: 30px;
		}	
		.resetPasswordMessage{
			margin: 10px;
			font-size: 14px;
			color: #6c8191;			
			line-height: 150%;
			margin: 0 15px 15px 19px;
		}
		 form#initialSetupForm.errorForm,
		 form#harmonyWelcomeForm.errorForm
		 {
                background: url("/images/login_bg.png") repeat-x transparent;
            }
			
		#help{
	visibility:hidden;
	position:absolute; 
	left:0; 
	top:0;
	 background: white;
        border: 2px solid #6A8190;
        width: 350px;
        text-align: left;
        z-index: 100;
}
 #helpHead {
        padding: 5px;
        font-weight: bold;
        color: white;
        background: #6A8190;
    }

    #helpContent {
        padding: 5px;
    }

    #questionMark {
        font-weight: bold;
        font-size: 15px;
        background-color: #6A8190;
        color: white;
        padding: 1px;
        width: 10px;
        display: inline-block;
        margin-left: -16px;
        margin-right: 2px;
    }
 .answerError{
	display:none;padding-left:12px;padding-top:3px;font-size:11;color:red;
 }
 form#initialSetupForm{
	width: 400px;
	background: url("/images/login_bg.png") repeat-x transparent;
 }
 form#initialSetupForm select,
 form#initialSetupForm input{
	width: 355px;
	
 }

 .field .answer{
	margin: 8px 0 20px 0;
 }
 .resetPasswordTitle{
	margin: 10px;
	font-size: 15px;
	color: #6c8191;
	font-weight: bold;
 }
 .DropDown_AA,
 .answer input{
	height: 25px;
 }
 .line-container {
    display: flex;
    align-items: center;
    width: 100%;
	color: #ececec;
}

.line {
    flex: 1;
    height: 1px;
    background-color: #ececec;
}

.line-text {
    padding: 0 10px;
    white-space: nowrap;
	color: #999;
}
.ssoButtonClass {
    display: flex;
    color: #888;
    padding: 0 12px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    width: 100%;
    margin: 1rem 0;
}
.loginBtnClass{
	width: 100% !important;
    display: flex !important;
    border: none !important;
    color: #fff !important;
    padding: 0 12px !important;
    background: #279C9C !important;
    border-radius: 3px !important;
    height: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 13px !important;
    font-weight: normal !important;
    cursor: pointer !important;
}
.customerSupportSection {
  flex: 0 0 37%;
  padding: 5.5rem 1.5rem 0 1.5rem;
}
.customerSupportHeading {
  font-size: 13px;
  font-weight: 700;
}

.countryInfo,
.mailDetail {
  display: flex;
  justify-content: space-between;
  max-width: 221px;
  margin-bottom: 0.5rem;
}

.mailDetail {
  font-weight: 700;
}

.mailDetail a,
.phoneDetails {
  color: #006491;
  font-weight: normal;
}

.countryInfo > div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.countryInfo:last-child {
  margin-bottom: 0;
}

.contactDetails {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.customerSupportHeading {
  margin-bottom: 1rem;
}

.disclaimerSection {
  color: #a0a0a0;
  margin: 1.5rem;
  border-top: 1px solid #ececec;
}

.disclaimerSection p:first-child {
  margin-bottom: 0.5rem;
}

.disclaimerLink {
  text-decoration: none;
  color: #006491;
}
.userLoginSectionNew {
	flex-grow: 1;
    padding: 1.5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.loginContainerNew {
    display: grid;
    place-items: center;
    min-height: 100vh;
    background-image: url(../svgs/osttra-arc.svg);
    background-repeat: no-repeat;
    background-position: right top -75px;
	background-color: #f7f7f7;
}	
.contentSectionNew {
	display: flex;
    width: 50% !important;
    background-color: #ffffff;
    min-height: 500px;
    max-width: 900px;
    padding: 0px !important;
    overflow: hidden !important;
	background-color: #ffffff;
	box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.25);
}
.welcomeTextNew {
    font-size: 13px;
    margin-bottom: 0.5rem;
	padding-top: 2rem;
}
.focusClass:focus-within {
    box-shadow: 0px 0px 0px 2px #80d7d7 !important;
	border-color: ##279C9C !important;
}
.focusClass:hover {
    border-color: #279C9C !important;
}
.loginBtnClass:hover {
    background: #238C8C !important;
}
.loginBtnClass:active {
    background: #1F7D7D !important;
}
.ssoButtonClass:hover {
    border: 1px solid #279C9C !important;
}
		
