@charset "UTF-8";

body{
  display:flex;
  justify-content: center;
  align-items: center;
  height:100vh;
  font-weight:500;
  background: #f8f8f8;
}
.loginWrap{
  text-align: center;
}
.pageTit{
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: normal;
}
.loginCont{
  width: 540px;
  padding: 60px 80px 80px;
  background: #fff;
}
.loginTit{
  font-size: 26px;
  font-weight: normal;
}
.loginInput{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  margin: 60px 0 34px;
}
.loginInput input{
  display: block;
  width: 100%;
  height: 45px;
}
.loginBtn .btnBlack{
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0;
  font-size: 16px;
}