<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.secLogin {
    background: #fbf9fa;
    margin: 20px 0;
    padding: 54px 0 44px;
}
.secLogin .loginBox {
    width: 577px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 8px #ccc;
    margin: 0 auto;
    padding: 53px 63px;
}
.loginBox .loginTit {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 17px;
}
.loginBox .loginTxt {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 17px;
}
.loginBox .loginTable {
    width: 440px;
    margin: 0 auto;
    border: 1px solid #ccc;
}
.loginTable tr {
    border-bottom: 1px solid #ccc;
}
.loginTable tr th {
    background: #f2f2f2;
    width: 200px;
    font-size: 15px;
    border-right: 1px solid #ccc;
    padding: 40px 0 40px 10px;
}
.loginTable tr td {
    padding: 0 10px;
}
.loginTable input[type="text"],
.loginTable input[type="password"] {
    height: 40px;
	background: #f2f2f2;
	border: solid 1px #CCC;
	padding: 0 10px;
}
.loginTable .w250 {
    width: 250px;
}
.btnLogin {
    display: block;
  width: 300px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: #b3424a;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  letter-spacing: 3.5px;
  margin: 33px auto 0;
  padding-left: 3.5px;
}
.loginDesc {
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 44px 0 22px;
}
.loginDesc a {
    text-decoration: none;
    color: #4893f5;
}

@media only screen and (max-width: 767px) {
    .secLogin {
        background: #fff;
        margin: 20px 0;
        padding: 0 0 22px;
    }
    .secLogin .loginBox {
        width: 100%;
        margin: 0 auto;
        padding: 36px 0px;
        box-shadow: none;
    }
    .loginBox .loginTit {
        font-size: 18px;
        letter-spacing: .5px;
        margin-bottom: 10px;
    }
    .loginBox .loginTxt {
        font-size: 13px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .loginBox .loginTable {
        display: block;
        width: 100%;
        margin: 0 auto;
        border: none;
    }
    .loginTable tbody,
    .loginTable tr,
    .loginTable th,
    .loginTable td {
        display: block;
    }
    .loginTable tr {
        border-bottom: none;
    }
    .loginTable tr th {
        width: 100%;
        font-size: 13px;
        border-right: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 12px 0 12px 10px;
    }
    .loginTable tr td {
        padding: 0 10px;
    }
    .loginTable input[type="text"],
    .loginTable input[type="password"] {
        font-size: 16px;
        height: 40px;
        background: #F8F8F8;
        border: solid 1px #CCC;
        padding: 0 10px;
    }
    .loginTable .w250 {
        width: 100%;
        margin: 20px auto;
    }
    .btnLogin {
      width: 80%;
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      letter-spacing: .5px;
      margin: 18px auto 0;
      padding-left: 3.5px;
    }
    .loginDesc {
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: .5px;
        margin: 22px 0 10px;
    }
}</pre></body></html>