body, html{
  min-height: 100%;
  background: #101820;
}

html {
   height: 100%;
}

body {
   min-height:100%;
   position:relative;
}

#page{
  min-height:100vh;
  box-sizing:border-box;
  padding-bottom:115px;
  background: #101820;
  width:500px;
  margin:0 auto;
}


h1{
  padding-top:95px;
}

.circle-logo{
  margin-bottom:10px;
  text-align:center;
  line-height: 0;
}
.circle-logo img{width: 112px;}
.app_title{
  margin-bottom:30px;
  color:#00df8f;
  text-align:center;
  font-size:48px;
  font-family:'omniGothic';
  font-weight:200;
  line-height: 62px;
  letter-spacing: -1px;
}

/* h1 span{
  display:block;
  margin-bottom:10px;
  font-size:12px;
  color:#fff;
  text-align:center;
} */

h1 a{
  font-size:12px;
}


.login-box{
  box-sizing:border-box;
  padding:0 40px;
}

/* .login-box .row{
  width:100%;
} */

/* .login-box .row .emoji{
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}

.login-box .row .emoji img{
  width:20px;
  height:20px;
  margin-left:11px;
  margin-top:17px;
  margin-bottom: 17px;
} */

.input-cell{
  position:relative;
  display:inline-block;
  vertical-align:top;
  width:100%;
  height:55px;
}

.input-cell::before{
  content:"";
  position:absolute;
  top:16px;
  left:12px;
  width:24px;
  height:24px;
  background-image:url("/images/CARVAZO_IMG/login/pw_icon.svg");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
}

.mail_wrap{
  margin-bottom:5px;
}

.mail_wrap::before{
  background-image:url("/images/CARVAZO_IMG/login/mail_icon.svg");
}

.input-cell input{
  box-sizing:border-box;
  padding-left:40px;
  vertical-align: middle;
  width:100%;
  height:100%;
  background-color:#303841;
  border-radius:3px;
  color:#a9adb4;
}

.input-cell input::-webkit-input-placeholder{
  color:#a9adb4;
  line-height:28px;
}
.input-cell input:-ms-input-placeholder{
  color:#a9adb4;
  line-height:28px;
}
.input-cell input:-moz-input-placeholder{
  color:#a9adb4;
  line-height:28px;
}
.input-cell input::placeholder{
  color:#a9adb4;
  line-height:28px;
}

.input-cell input:focus{
  border:1px solid #00df8f;
}

.gradient_green{
  margin-top:20px;
  border-radius:10px;
  background-color:#00df8f;
  /* background: #12c3a5;
  background: -moz-linear-gradient(left, #12c3a5 0%, #00cc83 100%);
  background: -webkit-linear-gradient(left, #12c3a5 0%,#00cc83 100%);
  background: linear-gradient(to right, #12c3a5 0%,#00cc83 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#12c3a5',
  endColorstr='#00cc83',GradientType=1 ); */
}

.btn.btn-full{
  display:block;
  height:55px;
  font-size:20px;
  font-weight:bold;
  text-align:center;
  letter-spacing:-1px;
  line-height:56px;
}

.btn.btn-circle{
  /* border:1px solid rgb(0, 253, 166);
  border-radius: 25px; */
}


.sns-login {
  margin-top:40px;
  box-sizing:border-box;
  padding:0 25px;
  width:100%;
}

/* .sns-title {
  position:relative;
  width:100%;
  text-align:center;
  font-size:12px;
  font-weight: 500;
  color:#5f646f;
  line-height:15px;
}

.sns-title::before {
  content:" ";
  position:absolute;
  left:0;
  top:7px;
  width:calc(50% - 90px);
  height:1px;
  background-color:#5f646f;
}

.sns-title::after {
  content:" ";
  position:absolute;
  right:0;
  top:7px;
  width:calc(50% - 90px);
  height:1px;
  background-color:#5f646f;
} */

.sns-box {
  margin:auto;
  margin-top:20px;
  width:auto;
}

.sns-box > ul {
  margin:0;
  padding:0;
  text-align:center;
}

.sns-list {
  display:inline-block;
  vertical-align:middle;
  box-sizing:border-box;
  /* margin-right:40px;
  width:46px;
  height:46px; */
}

.sns-kakao{
  padding-right:56px;
  border-right:1px solid #303841;
}

.sns-naver{
  padding-left:70px;
}

.sns-list img{
  display:block;
  margin:auto;
  margin-bottom:5px;
}

.sns-list span{
  font-weight:300;
  font-size:14px;
  letter-spacing:-1px;
  color:#a9adb4;
}

.mec_apply_box{
  margin-top: 30px;
  height: 66px;
  padding: 0 40px;
}


.mec_apply_box a{
  display:block;
  box-sizing:border-box;
  border:1px solid #0fae6f;
  border-radius:10px;
  width:100%;
  height:100%;
  font-size:20px;
  color:#00df8f;
  letter-spacing:-1px;
  text-align:center;
  line-height:66px;
  /* font-size:20px;
  font-weight: bold;
  color:rgb( 0, 253, 166);
  line-height: 50px; */
}

.mec_apply_box img {
  display:block;
  width:100%;
}

.chrome_wrap{
  width: 706px;
  margin: 0 auto;

}
.chrome_box {
  position:absolute;
  left:0;
  bottom:0;


  box-sizing:border-box;
  padding:20px;
  width:100%;
  background-color:#303841;
}

.chrome_box p{
  display:inline-block;
  vertical-align:middle;
  width:calc(100% - 87px);
  font-size:16px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: -1px;
  color:#fff;
  word-break:keep-all;
}
.chrome_box span{
  font-weight:300;
}

.chrome_box a{
  display:inline-block;
  vertical-align:middle;
  box-sizing:border-box;
  border:1px solid #626974;
  width:83px;
  height:37px;
  font-size:16px;
  letter-spacing:-2px;
  text-align:center;
  line-height:37px;
  font-weight:bold;
}
