
/*common*/
html, body {
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
body {
    line-height: 2;
}

body,
html {
    height:100%;
}

/*user defined*/

.wrap {
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
}

#login_left { 
    width:58.6%;  
	height:100%;
    position:absolute; 
    top:0; 
	left:0;
	background-color:rgba(51, 63, 75, 1);
	/*background-color:#0096E7;*/
}

#login_logo {
    width: 50px;
    height: 150px;
    position: absolute;
    left: 0;
}

#login_left_content{
	width:70%;  
	height:350px;
    position:absolute; 
	top:140px;
	left:15%;
}

#login_left_title{
	width:100%;  
	height:90px;
	top:0px;
	position:absolute; 
}

#left_srvName{  
	line-height:1.3;
	width:100%;  
	height:60px;
	top:0px;
    color: #FFFFFF; 
    font-size: 28px; 
	float: left;
	position:absolute; 
}

#left_proName{
	line-height:1;	
	width:100%;  
	height:30px;
	top:60px;
    color: #FFFFFF; 
    font-size: 20px; 
	position:absolute; 
}

#login_left_info{
	width:100%; 
	height:230px;	
	top:120px;
	position:absolute; 
	font-size: 16px;
	color: #FFFFFF;  
    line-height: normal;
}

.login_left_info_line{
	width:100%; 
	height:33px;
}

.login_left_info_name {  
	width:300px;
	height:33px;	
	float:left;
	padding-top:10px;
}

.login_left_info_name  .left_text_span{ 
	color: #FFFFFF; 
	display: inline-block; 
}

.login_left_info_data{
	float:left;
	padding-top:10px;
}

#login_location_data{
		width:220px;
}
	
.login_license_style {   
	color: white; 
	width:100%;
	font-size:12px;
}

#login_right {
    width: 41.4%;
    height: 100%;
    position:absolute;
    right:0;
    top:0;
    background-repeat: repeat;
    background-image: url('/www/images/login/login_right_bg.png');
}

#login_right_logo_div{
	width:100%;  
	height:96px;
	position:absolute;
	top:122px;
}

#login_right_content {
	width:100%;  
	height:230px; 
	position:absolute; 
	top:250px;
}

#login_support_browser{
	color:#adadad;
}

#login_support_language{
	color:#adadad;
}

#login_form_signin  .form-control{
    font-size: 15px;
	height:50px;
	color: #555555;
	background-color: white;
	/*background-color: rgb(28, 28, 28);*/
} 

#login_form_signin .form-control:focus
{
	outline: 2px solid #0079BA;
}

.form-control::-moz-placeholder {
    color: #adadad;
}

.form-control::ms-input-placeholder {
    color: #adadad;
}

.form-control::-webkit-input-placeholder{
    color: #adadad;
}

#login_username {
	position:absolute;
    top: 0px;
    width: 100%;
    border: none;
}
#login_password {
	position:absolute;
    bottom: 0px;
    width: 100%;
    border: none;
}

#change_password {
	position:absolute;
    top: 0px;
    width: 100%;
    border: none;
}

 #change_password_confirm {
	position:absolute;
    bottom: 0px;
    width: 100%;
    border: none;
}

#right_alert_msg {
    width:100%;
    height:50px;
    top:0px;
	position:absolute;
}

.form-error  {
	height:100%;
    width:100%;
    border: none;
	line-height:1;	
	padding-top: 10px;
	font-size: 13px;  
	display:block;
	overflow:hidden;
}

#login_right_submit {
    width:100%;
    height:50px;
    bottom:0px;
	position:absolute;
}

.bt-login-submit{
	width:100%;
	height:100%;
	/*background-color: rgb(28, 28, 28);*/	
	background-color: rgba(51, 63, 75, 1);
    color: white;
	/*color: #555555;*/
	padding: 10px;
    font-size: 18px;
	font-weight:bold;
}

.bt-login-submit:hover{
	background-color: rgba(0, 121, 186, 1);
	color: white;
	/*color:	color: #adadad;*/
}

#login_right_hodakaActivationUide {
	width: 100%;
    	height: 40px;
    	position: absolute;
	top: 480px;
}

#login_hodakaActivationUide {
	position:relative;
	vertical-align: middle; 
	text-align: center;
	width: 100%;
	height: 40px;
	margin-top:20px;
}


#login_right_tressPass {
	width:100%;  
	height:120px; 
	position:absolute; 
	bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

#login_TresPass{
	line-height:1.3;
	background-color: transparent;
	color: white;
	/*color: #555555;*/
	font-size:13px;
	height:100%;
	width:100%;
	bottom:0px;
	position:relative;
	overflow-y:hidden;	
}

@media screen and (max-width: 1285px){
	#app {
        margin-left: 0px;
    }
	
	#login_location_data{
		width:180px;
	}
	
	#login_left_content{
		width:80%;  
		left:10%;
	}
}

@media (max-width: 1050px) {
    #app {
        margin-left: 0px;
    }
	
	#login_location_data{
		width:180px;
	}
	
	#login_left_content{
		width:85%;  
		left:7.5%;
	}
}