/*!
 *   Login css
 */
body {
  color: #fff;
  font-family: "Noto Sans KR", "Source Sans Pro", -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  word-break: keep-all;
}

.hidden {
  display: none;
}

/* login page */
/* .login-page{background:url(../img/login/bg_body.jpg) no-repeat center center;} */
.login-page {
  background: url(../img/login/bg_body.png) no-repeat center center fixed black;
  max-height: 100%;
  max-width: 100%;
  background-size: cover;
}

.login-page .card {
  background-color: transparent;
  box-shadow: none;
}
.login-box {
  width: auto;
}
.login-card-body {
  background: transparent;
  color: #fff;
  padding: 0;
}
.login-logo {
  margin-bottom: 31.5px;
}
.login-logo a {
  color: #fff;
}
.login-box-msg {
  font-size: 34px;
  line-height: 49px;
  margin-bottom: 67px;
  padding: 0;
}
.btn-login-wrap {
  margin-bottom: 26.5px;
}
.btn-google {
  color: #fff;
  background: #1a73e8 url(../img/login/ico_google.png) no-repeat 6px 6px;
  border-color: #1a73e8;
  border-radius: 67px;
  box-shadow: none;
  font-size: 24px;
  line-height: 65px;
  margin: 0 auto;
  padding-left: 73px;
  width: 536px;
}
.btn-google:hover {
  color: #fff;
}
.login-box-text > p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 0;
}

/* register page */
.register-page {
  background: #fff;
}
.register-box {
  width: 738px;
}
.register-box .card {
  background-color: transparent;
  box-shadow: none;
}
.register-logo-msg {
  color: #111;
  font-size: 34px;
  line-height: 49px;
  font-weight: 400;
  margin: 29.5px 0 58px;
}
.register-card-body {
  padding: 0 20px;
}
.regist-box-msg {
  margin-bottom: 22px;
}
.regist-box-msg > p {
  color: #111;
  font-size: 17px;
  line-height: 24px;
  margin: 0;
}
.regist-box-txt {
  margin-bottom: 27.5px;
}
.regist-box-txt > p {
  color: #555;
  font-size: 15px;
  line-height: 22px;
  margin: 0;
}
textarea.form-control {
  font-size: 15px;
  line-height: 23px;
}
.btn-register {
  background: #2d2d2d;
  color: #fff;
  margin: 4px 0 32.5px;
  padding: 0.375rem 2.6rem;
}
.btn-register:hover {
  color: #fff;
}
.register-info-msg {
  color: #555;
  font-size: 13px;
  line-height: 22px;
}
.mg-top {
  margin-top: 31.5px;
}

/* @media only screen and (min-width:1920px) {
	.login-page{background-size:cover;}
}

@media only screen and (max-width:720px) {
	.login-page{background:url(../img/login/bg_body_m.jpg) no-repeat center center/cover;}
	.login-logo{margin-bottom:3.889vw;}
	.login-logo img{width:18.889vw;}
	.login-box-msg{font-size:5.278vw; line-height:7.500vw; margin-bottom:6.667vw;}
	.btn-login-wrap{margin-bottom:5.694vw; }
	.btn-google{font-size:4.167vw; background:#1a73e8 url(../img/login/btn_google.png) no-repeat 0 0; background-size:auto 100%; border-radius:9.722vw; line-height:9.167vw; padding-left:11.944vw; width:76.111vw;}
	.login-box-text{margin:0 auto; width:57.500vw;}
	.login-box-text > p{font-size:3.611vw; line-height:5.556vw;}
	.register-box{width:auto;}
	.register-logo img{width:18.889vw;}
	.register-logo-msg{font-size:5.278vw; line-height:7.500vw; margin:3.889vw 0 8.333vw;}
	.regist-box-msg{margin-bottom:5.556vw;}
	.regist-box-msg > p{display:inline; font-size:3.889vw; line-height:5.556vw;}
	.regist-box-txt{margin-bottom:3.056vw;}
	.regist-box-txt > p{font-size:3.889vw; line-height:5.556vw;}
	textarea.form-control{font-size:3.611vw; line-height:5.556vw;}
	.btn-register{font-size:4.167vw; line-height:6.667vw; margin:1.111vw 0 6.806vw; padding:.375rem 2.715rem;}
	.register-info-msg{font-size:3.611vw; line-height:5.556vw;}
} */
