/* BASIC css start */
#container {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
}
.logoArea {
  width: 100%;
  height: 120px;
}
.logoArea a {
  display: block;
  width: 100px;
  height: 23px;
}
.logoArea img {
  width: 100px;
  height: 23px;
}
.loginArea {
  margin: 0px 20px 40px 20px;
}
.loginArea__tit {
  font-size: 2em;
  font-weight: bold;
}
.loginArea__sub {
  font-size: 1.1em;
  margin: 8px 0px 10px 0px;
}
.loginBtn__subBtns {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.loginBtn__tabPanel .MS_input_txt {
  width: 100%;
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid var(--bd__colorG2G5);
}
.loginBtn__tabPanel .MS_input_txt:first-child {
  margin-bottom: 10px;
}
.loginBtn__btn {
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: var(--bg__colorBB2);
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.25s ease-in-out;
  margin-top: 15px;
}
.loginBtn__btn:hover,
.loginBtn__btnb:hover {
  transform: translateY(-5px) translateZ(0);
}
.loginBtn__btnb {
  display: inline-block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: var(--bg__colorG2G5);
  color: var(--txt__colorG5G2);
  font-weight: bold;
  border-radius: 10px;
  font-weight: bold;
  font-size: 1.2em;
  transition: transform 0.25s ease-in-out;
  margin-top: 10px;
}
#passimg{
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 400px;
    height: auto;
    background-color: var(--bg__colorW);
    padding: 30px 20px;
}
#passimg .head .orange{
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--bd__colorB);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
#passimg .head .orange img{
    margin-right:8px;
}
#passimg  .contents{
    padding:0px 10px;
}
#passimg  .contents table tr td{
    width:100%;
    height:40px;
}
#passimg  .contents table tr td input{
    background: #ececec;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0px 5px;
}
#passimg  .contents .btns a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin-top: 10px;
    background: var(--bg__colorBB3);
    color: var(--bd__colorW);
}

.blackarea2{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: 10000;
}
.blackarea2.active{
    display:block;
}
/******************************************************************
category
******************************************************************/

@media (min-width: 768px) {
  .loginArea {
    max-width: 768px;
    margin: 0px auto;
  }
  /******************************************************************
    category
    ******************************************************************/
}

@media (min-width: 1024px) {
  /******************************************************************
    category
    ******************************************************************/
}

@media (min-width: 1280px) {
  /******************************************************************
    category
    ******************************************************************/
}

/* BASIC css end */

