/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
a:link{text-decoration:none;}
img { border:0;}
*{ padding:0; margin:0;}
body { font-family: 'Open Sans', sans-serif !important; font-size:14px; background:#FAFAFA;} 
.clear{clear:both;}
.loginHeader{
    padding: 0 3em 1em;
    border-radius: 8px 8px 0 0;
    margin-bottom: 1em;
    margin-right: -3em;
    margin-left: -3em;
    text-align: center;
}
.loginLogo{ display:inline-block;}
.loginLogo img{
	width:160px;
}
.loginMiddile{
}
.loginRight{
	float:right;
	width:50%;
}
.loginRightIn{
	padding: 2em 1em 1em 1em;
}
.loginRight img{
	width:100%;
}
#log_wrapper { 
	margin: 0 auto; 
	width:800px; 
	text-align:left;
}
.shadow1 { 
    padding: 2em 0;
}
.shadow1 .content {
    position: relative;
    background-color: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.19);
}
.login_head{ width:100%; height:89px;  float:left; text-align:center} 
.loginhead_left{width:100%; height:80px; float:left; }
.loginhead_left img{width:160px; }
.loginhead_right{width:169px; height:44px; float:right; margin-top:20px}
.login_pnl{
    width: 50%;
    float: left;
}
.login_pnl_inner{
    background-color: rgb(249, 249, 249);
    padding: 3em;
    min-height: 432px;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #cfcfcf;
}
.login_txt{
    color: #4e4c4c;
    font-size: 14px;
    margin-bottom: 2px;
}
.finText{
	float:left;
	width:100%;
	margin-top: 5em;
}
.fieldstyle1{    
	width: 100%;
    height: 36px;
    margin-bottom: 15px;
    border: 1px #dcdcdc solid;
    padding: 5px;
}
.fieldstyle2{    
	width: 100%;
    height: 38px;
	border:none;
	outline:none;
}
.mailIcon{ 
	position:relative;
	padding: 0 10px 0 35px;
    background-color: #FFF;
    border: 1px #dcdcdc solid;
    margin-bottom: 15px;
}
.mailIcon:before{
    font-family: FontAwesome;
    content: "\f0e0";
    position: absolute;
    left: 14px;
    top: 12px;
	color: #5e94c3;
}
.passwordIcon{ 
	position:relative;
	padding: 0 10px 0 35px;
    background-color: #FFF;
    border: 1px #dcdcdc solid;
    margin-bottom: 15px;
}
.passwordIcon:before{
    font-family: FontAwesome;
    content: "\f13e";
    position: absolute;
    left: 14px;
    top: 12px;
	color: #5e94c3;
}
.inputbar{background-color: #FFF;margin-top: 5px;padding: 8px 10px;border: 1px #dcdcdc solid;}
.resend{display: inline-block;color: #0170a9;padding: 6px 0 0;}
.resend:hover{color:#090;}
.inputbar input{ height:24px !important;}
.log_bttn{ width:124px; height:26px; float:left; border:none; }
.pass_forget{float:right;}
.pass_forget a{ 
    float: right;
    margin: 6px 15px 0 0;
}
.pass_forget a img{ width:14px;}
.pass_forget a:hover{ }
.login_right{
	width: 50%;
    height: 290px;
    float: left;
}
.login_right img{
	width: 100%;
	margin-top:8%;
}

.login_bttm{text-align:center; } 
.bttm_link{ 
	width: 100%;
    float: right;
    margin: 5px 0 0;
    font-size: 10px;
    color: #000;
    text-align: right;
    display: block;
} 
.bttm_links{ width:70px; height:17px; float:right; margin:10px 8px 0 0px; padding-top:3px } 
.loginBtn{
	padding: 7px 25px;
	cursor:pointer;
	border-radius:3px;
    border: solid 1px #5E94C3;
    background: #5E94C3;
	color:#FFF;
	float:right;
}
.loginBtn:hover{
	background: #2baeef;
    border: 1px solid #219dda;
}
#center{ text-align:center; padding:auto auto auto auto;}
     a.linkopacity img {
     filter:alpha(opacity=50);
     -moz-opacity: 0.5;
     opacity: 0.5;
     -khtml-opacity: 0.5; background:url(../images/com_active.jpg)}

     a.linkopacity:hover img {
     filter:alpha(opacity=100);
     -moz-opacity: 1.0;
     opacity: 1.0;
     -khtml-opacity: 1.0; background:url(../images/com_hover.jpg)
	 }
.blue {
	color: #fef4e9; 
	border: solid 1px #477dae;
	background: #477dae;
	background: -webkit-gradient(linear, left top, left bottom, from(#689ecf), to(#477dae));
	background: -moz-linear-gradient(top,  #689ecf,  #477dae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#689ecf', endColorstr='#477dae');
}
.blue:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a3e2), to(#007fae));
	background: -moz-linear-gradient(top,  #00a3e2,  #007fae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3e2', endColorstr='#007fae');
}
.blue:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#00a3e2), to(#007fae));
	background: -moz-linear-gradient(top,  #00a3e2,  #007fae);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a3e2', endColorstr='#007fae');
}


.button_href { width:auto;  padding:5px 15px 5px 15px;
	display: inline-block;
	float:right;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .3em; 
	-moz-border-radius: .3em;
	border-radius: .3em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button_href:hover {
	text-decoration: none;
}
.button_href:active {
	position: relative;
	top: 1px;
}

.power{width:135px;height:20px;float:right;}
.res{width:500px;height:20px;float:left;font-size:11px;color:#404040;text-align:left;}

@media only screen and (min-width:480px) and (max-width: 800px) {

}

@media only screen and (min-width:300px) and (max-width: 480px) {
#log_wrapper {
    margin: 0 auto;
    width: 95%;
}
.login_pnl {
    width: 100%;
}
.login_right {
    width: 100%;
	height:auto;
}
.login_pnl_inner {
    border-radius: 8px 8px 0 0;
    border-right:none;
}
}
