@charset "UTF-8";
.login_bg {
  background-image: url(../img/bg_login.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 360px;
  display: flex;
  left: 0;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 140px;
}

.login_bg .login_txt-wrapper {
  width: 230px;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login_bg .login_txt-wrapper h1 {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: white;
  font-size: 18px;
}

.login {
  width: 300px;
  height: 50px;
  background-color: #3c3f4b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.login span {
  color: white;
}

.signup {
  width: 300px;
  height: 50px;
  border: 1px solid #3c3f4b;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

.signup span {
  color: #3c3f4b;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  top: -60px;
}

.logo-wrapper {
  background-image: url(../img/camkeep_logo.svg);
  background-position: center;
  background-size: cover;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.logo-wrapper h1 {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: #3c3f4b;
  font-size: 24px;
}

.btn_login {
  margin-top: 50px;
}

.btn_login li {
  margin: 10px 0;
}

.btn_login li a {
  width: 100%;
  line-height: 50px;
}

.header-sub_gray {
  width: 100%;
  height: 56px;
  background-color: #3c3f4b;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-sub_gray .title {
  font-family: "NanumSquareRound", 맑은고딕, Malgun Gothic, Roboto;
  font-weight: 800;
  color: white;
  font-size: 18px;
}
.header-sub_gray .button {
  padding: 16px;
  position: absolute;
  top: 0;
  left: 0;
}
.login_logo {
	text-align: center;
    margin: 40px;
} 
