/* height */
.loginBody body {
  height: 98vh !important;
}
.loginBody .primary {
  height: 88vh;
}

/* login form */
.loginClm {
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
}
.loginClm .topTxt {
  margin: 0 auto 30px;
  background: #f0f0f0;
  padding:15px;
  width: 680px;
  text-align: left;
}
/* info */
.topinfo {
  padding-left: 24px;
  background: url(../img/ico_info_b.png) no-repeat top left;
}

.loginClm .reserveData {
  margin: 20px auto;
}
.loginClm fieldset{
  width:400px;
  margin:0 auto;
  margin-top:8px;
  margin-bottom:2%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}
.loginClm form{
  background:#f0f0f0;
  padding:6% 4%;
}
.loginClm input[type="password"]{
  width:85%;
  height:46px;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:10px;
  font-size:95%;
  color:#555;
}
.loginClm .iconPassword{
  width:45px;
  height:45px;
  background-color:#FF9900;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:4%;
  background-repeat:no-repeat;
  background-image:url(../img/icon_pass.png);
  background-position:center;
  border:1px solid #ccc;
}
.loginClm .iconUser{
  width:45px;
  height:45px;
  background-color:#FF9900;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:4%;
  background-position:center;
  background: #FF9900 url(../img/icon_user.png) no-repeat center;
  border:1px solid #ccc;
}
.loginClm .iconCid{
  width:45px;
  height:45px;
  background:;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:4%;
  background: #FF9900 url(../img/icon_cid.png) no-repeat center;
  background-position:center;
  border:1px solid #ccc;
}
.loginClm input[type="text"]{
  width:85%;
  height:46px;
  margin-bottom:4%;
  border:1px solid #ccc;
  padding:10px;
  font-size:95%;
  color:#555;
}
.loginBody .button {
  position: relative;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 17px;
  width: 365px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  font-size: 16px;
  background: #ff9900;
  color: #f4f4f4;
  box-shadow: 0px 3px 0px #aa6600;
  cursor: pointer;
}
.loginBody .button:active {
  top: 4px;
  box-shadow: none;
}

.loginClm .rePASS a {
    display: block;
    margin-top: 1rem;
    color: #666;
    text-decoration: none;
}
.loginClm .rePASS a:hover {
    color: #0099FF;
    text-decoration: underline;
}
.loginClm .reserveData { width: 410px;}
.loginClm .reserveData input { margin-right: 5px;}


/* checkBox */
.reserveData {
  width: 100%;
  text-align: center;
}
.reserveData input[type=radio],
.reserveData input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}
.reserveData input[type=radio] + label,
.reserveData input[type=checkbox] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}
@media (min-width: 1px) {
    .reserveData input[type=radio],
    .reserveData input[type=checkbox] {
        display: none;
        margin: 0;
    }
    .reserveData input[type=radio] + label,
    .reserveData input[type=checkbox] + label {
        padding: 0 0 0 24px;
    }
    .reserveData input[type=radio] + label::before,
    .reserveData input[type=checkbox] + label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 18px;
        height: 18px;
        margin-top: -9px;
        background: #FFF;
    }
    .reserveData input[type=radio] + label::before {
        border: 2px solid #ccc;
        border-radius: 30px;
    }
    .reserveData input[type=checkbox] + label::before {
        border: 2px solid #ccc;
    }
    .reserveData input[type=radio]:checked + label::after,
    .reserveData input[type=checkbox]:checked + label::after {
        content: "";
        position: absolute;
        top: 50%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .reserveData input[type=radio]:checked + label::after {
        left: 5px;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        background: #FF9900;
        border-radius: 8px;
    }
    .reserveData input[type=checkbox]:checked + label::after {
        left: 3px;         
        width: 16px;
        height: 8px;
        margin-top: -8px;
        border-left: 3px solid #FF9900;
        border-bottom: 3px solid #FF9900;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


/* footer */
footer.footer{
  background:#FF9933;
  color:#efefef;
  height: 40px;
  line-height: 40px;
  border-bottom: #FF9933 solid 2px;
  padding:0px 0;
  width: 100%;
  margin: 0px;
  font-size:80%;
  text-align:right;
  padding-right: 1rem;
}





