@charset "utf-8";

/* @group reset */
/*
* { margin: 0; padding: 0}
a { text-decoration : none; }
ul, ol { list-style : none; }
img { vertical-align : baseline; }
*/
/*img { max-width : 100% }*/

/*
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
*/
/* @end */

img{
  outline:none;
  border-style:none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}


html {
  font-size:62.5%;  /* base fontsize 10px */
  line-height : 1.5;
  color:#4d4d4d;
}

body{
  background-color:#f0f3ff;
}

footer{
  width:100%;
  height:27px;
  background-color:#454d73;
  position:fixed;
  bottom:0;
}

#prh_login_title{
  font-size:2.2rem;
  width:444px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  position:absolute;
  top:94px;
  left:0;
  right:0;
  bottom:0;
}

#prh_login_title img{
  margin-right:7px;
  position:relative;
  top:2px;
}

#prh_login_form{
  width:444px;
  height:306px;
  background-color:#d1d8eb;
  border-radius:15px;
  margin-left:auto;
  margin-right:auto;
  position:absolute;
  top:177px;
  left:0;
  right:0;
  bottom:0;
}

#prh_label_username{
  width:137px;
  height:30px;
  padding-top:3px;
  text-align:right;
  position:absolute;
  left:0px;
  top:52px;
  font-size:1.6rem;
}

#prh_label_password{
  width:137px;
  height:30px;
  padding-top:3px;
  text-align:right;
  position:absolute;
  left:0px;
  top:102px;
  font-size:1.6rem;
}

#prh_input_username{
  width:248px;
  height:30px;
  border-radius:2px;
  border:solid 1px #a6a6a6;
  background-color:#ffffff;
  position:absolute;
  left:142px;
  top:52px;
  font-size:1.3rem;
  padding:6px;
  padding-top:7px;
}

#prh_input_password{
  width:248px;
  height:30px;
  border-radius:2px;
  border:solid 1px #a6a6a6;
  background-color:#ffffff;
  position:absolute;
  left:142px;
  top:102px;
  font-size:1.3rem;
  padding:6px;
  padding-top:4px;
}

#prh_autologin_check{
  width:248px;
  position:absolute;
  left:142px;
  top:146px;
  text-align:right;
  font-size:1.3rem;
}

#prh_autologin_check input{
  margin-right:5px;
  width:15px;
  height:15px;
  position:relative;
  top:-1px;
}

#prh_login_btn{
  width:160px;
  height:45px;
  border-radius:5px;
  border:solid 1px #a6a6a6;
  background: -webkit-linear-gradient(#ffffff, #e6e6e6);
  background: linear-gradient(#ffffff, #e6e6e6);
  font-size:1.6rem;
  text-align:center;
  padding-top:9px;
  position:absolute;
  left:142px;
  top:204px;
  cursor:pointer;
  user-select:none;
}

#prh_login_btn:hover{
  background: -webkit-linear-gradient(#ffffff, #d6d6d6) !important;
  background: linear-gradient(#ffffff, #d6d6d6) !important;
}

#prh_login_btn:active{
  background: -webkit-linear-gradient(#ffffff, #c6c6c6) !important;
  background: linear-gradient(#ffffff, #c6c6c6) !important;
}

.prh_codename{
  font-size:1.2rem;
  color:#ffffff;
  text-align:right;
  padding-top:4px;
  padding-right:11px;
}