.auth_header {  box-sizing: border-box;  height: 33vh;  min-height: 200px;}
.auth_logo {  display: flex;  align-content: center;  justify-content: center;  height: 100%;  flex-wrap: wrap;}
.auth_logo img {  height: 35%;}
.auth_body {  min-height: 67vh;  box-sizing: border-box;  background: url(/_data/images/common/main_bg.jpg) center / cover no-repeat;  position:relative;}
.auth_body:before {  content: "";  position: absolute;  width: 120px;  height: 120px;  top: -60px;  left: calc(50% - 60px);}
.auth_body.login:before {  background: url(/_data/images/auth/login_icon.png) center/contain no-repeat;}
.auth_body.join:before {  background: url(/_data/images/auth/join_icon.png) center/contain no-repeat;}
.auth_body form {  padding: 80px 10%;}
.auth_body form>div {  margin-bottom: 30px;}
.auth_body input, .auth_body select {  border-radius: 10px;  padding: 0 15px;  height: 45px;}
.auth_btn {  border-radius: 10px;  height: 45px;  width: 100%;  background: #0d2590;  color: #fff;  border: 0px;  padding:0 40px;  font-size: 1.5em;}
.auth_btn_join {  background: #a519e0; }
.form-check {  display: flex;  line-height: 30px;  align-items: center;}
.auth_title {  font-size: 2.5em;}
#flexCheckChecked {  width: 25px;}
#flexCheckChecked+label{  color:#fff;  font-size: 1.5em;  padding-left: 10px;}
