body {
    background: #fff;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
h1 {
    padding-top: 30px;
    margin: 0;
    font-size: 40px;
    color: #ff9900;
    font-weight: 600;				
}
h2 {
    padding-top: 8px;
    margin: 0;
    font-size: 30px;
    color: #ff9900;
    font-weight: 600;	
    
}
#bg1 {
    position:absolute;
    bottom:0px;
}
#bg2 {
    position:absolute;
      right: 0px;
    margin: 0;
    bottom: 0;
}
.head {
    position: absolute;
    color: #fff;
    text-align: center;
    height: 120px;
    width: 100%;
    top: 15%;
    font-size: 32px;
    font-weight: 600;
}
.passhidden { 
    display: none; 
}
input.inputWidHei:focus {
   /*  outline: none; */
    background: url('/Bootstrap/assets/img/input_icon-hover.png') 350px no-repeat;
    background-size: 15px;
      border: 1px solid #666666;
}
.login {
    width: 460px;
    height: 318px;
    position: absolute;
/*     background: #fff; */
    top: 45%;
    left: 50%;
    margin-left: -230px;
/*     box-shadow: 0px 0px 20px -5px #000000;   */
}
.login_id {
    padding-left: 40px;
    padding-top: 20px;

}
.login_pw {
    padding-left: 40px;
    padding-top: 20px;
}
input.inputWidHei {
    width: 375px;
    height: 45px;
    border: 1px solid #666666;
    font-size: 16px;
/*     padding-left: 15px; */
    background: url('/Bootstrap/assets/img/input_icon.png') 350px no-repeat;
    background-size: 15px;
    color: #999999;
    font-weight: 500;
}
.btn {
     width: 176px;
    height: 52px;
    background: #ff9900;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    border: none;
    margin-left: 136px;
}
#btnLogin{
	 width: 287px;
    height: 50px;
    border-radius: 35px;
    background: #ff9900;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    border: none;
    margin-left: 92px;
	
}


.marTop40{
	margin-top: 40px;
}
.btn:hover {
       background: #ff9900;
    color: #ffffff;
    opacity: 0.5;
}
.btn:active {
    background: #ff9900;
}
.footer {
    width: 100%;
    height: 22px;
    background: #464646;
    color: #acacac;
    text-align: center;
    font-size: 12px;
    bottom: 0;
    position: absolute;
    padding-top: 6px;
    font-weight: 800;
}


@media (max-width: 767px) {
  #bg1 {display:none;}
  #bg2 {display:none;}
}
  