html,body{
  height: 100%;
  background-color: #fff;
}
.mobileLogin{
  min-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.text{
	color: #292929;
}
.mobileLogin .logo{
	text-align: center;
	margin-bottom: 20px;
}
.mobileLogin .logo img{
	width: 176px;
	max-width: 240px;
}
.mobileLogin .logo .text{
	font-size: 18px;
	font-weight: bold;
}
input{
	font-size: 16px;
	background-color: #f9f9f9;
	padding: 10px;
	box-shadow: none;
	outline: none;
	border-radius: 3px;
	margin: 5px 0;
  height: 42px;
}
input::placeholder {
  color: #bbb;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { 
  color: #bbb;
}

input::-ms-input-placeholder {
  color: #bbb;
}
.mobileLogin input{
	border: 1px solid #ccc;
}
.mobileLogin .checkBtnBox{
	margin: 5px 0;
}
#term_c{
	width: 15px;
	height: 15px;
}
.mobileLogin .blueBtn{
	color: #fff;
	background-color: #05b2d2;
	border-radius: 3px;
	border: 1px solid #05b2d2;
  padding: 12px 0;
  width: 100%;
  margin: 0 0 30px 0;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.mobileLogin .blueBtn.blueBtn-o{
  color: #05b2d2;
  background-color: transparent;
}

.mobileLogin .g-recaptcha > div{
  margin: 0 auto;
}
.forgetBtn{
	display: block;
	margin: 10px 0 15px;
}
.bottomDiv{
	margin-top: 10px;
}
.bottomDiv .blueBtn{
	margin: 10px 0;
}
.bottomDiv p{
	line-height: 1.4;
}
.bottomDiv a{
  color: #05b2d2;
  text-decoration: none;
}
.bottomDiv a:hover{
  text-decoration: underline;
}
.text-center{
  text-align: center;
}
.fbBox{
	margin: 20px 0;
}
.fbBox .text{
	margin: 0 0 5px;
}
.fbBox .btn-facebook{
    display: inline-block;
    padding: 9px 0;
    margin-top: 5px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border: 1px solid #4267b2;
    color: #4267b2;
    border-radius: 3px;
}
.fbBox .btn-facebook:before {
    display: inline-block;
    vertical-align: middle;
    font-family: FontAwesome;
    content: "\f230";
    margin-right: 10px;
    font-size: 21px;
}

#mForgetpw {
  font-family: 'Open Sans',arial, sans-serif;
  margin: 0 auto;
}
#mForgetpw .wrapper {
  width: 90%;
  min-width: 300px;
  max-width: 500px;
  margin: 0 auto;
}
#mForgetpw h2 {
  color: #464b4e;
  font-size: 20px;
  line-height: 1.5;
  padding: 5px 0 !important;
}
#mForgetpw .title {
  width: 100%;
  background-color: #f7f5f2;

}
#mForgetpw .fwTitle{
  margin-bottom: 20px;
}
#mForgetpw .contentArea {
  margin: 20px auto;
}
#mForgetpw h3{
  color: #464b4e;
  font-size: 18px;
  margin-bottom: 10px;
}
#mForgetpw p {
  color: #a9acac;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
}
#mForgetpw a.btn {
  border: 1px solid #39cca7;
  color: #39cca7;
  text-decoration: none;
  display: block;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid;
  padding: 12px 0;
  width: 100%;
  margin: 15px 0;
  float: none;
  text-align: center;
}
#mForgetpw .blue15 {
  color: #05b2d2;
}
#mForgetpw p.note {
  margin-top: 0;
}
#mForgetpw a.cancelBtn {
  background-color: transparent !important;
  border: 1px solid #f48b38 !important;
  color: #f48b38 !important;
}
#mForgetpw #emailer{
	width: 100%;
	font-size: 16px;
    background-color: #f2f2f2;
    padding: 10px;
    box-shadow: none;
    outline: none;
    border-radius: 3px;
    margin: 5px 0;
    text-align: center;
}

#mForgetpw .g-recaptcha > div{
	margin: 0 auto;
}

.btn-loading{
  color: #FFF!important;
  background-color: #05b2d2!important;
  display: none!important;
  padding: 11px 0 9px!important;
}
.btn-loading .loading-circle {
    width: 17px;
    height: 17px;
    border: 2px solid #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    animation: loadingCircle 1s infinite linear;
    display: inline-block;
}
.btn-loading.active{
  display: inline-block!important;
}
.g-recaptcha{
  margin-bottom: 18px;
  margin-top: 10px;
}
.eye-icon{
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.eye-icon.show {
  background-image: url(../images/mobile/icon_eye_off.svg);
}
.eye-icon.hide {
  background-image: url(../images/mobile/icon_eye_on.svg);
}
.eye-input, .mail-input, .user-input{
  position: relative;
}
.mail-input input, .user-input input{
  padding-left: 40px;
}
.eye-input input{
  padding-left: 40px;
  padding-right: 40px;
}
.eye-input::before, .mail-input::before, .user-input::before{
  position: absolute;
  left: 12px;
  bottom: 16px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}
.eye-input::before{
  background-image: url(../images/mobile/icon_password.svg);
}
.mail-input::before{
  background-image: url(../images/mobile/icon_mail.svg);
}
.user-input::before{
  background-image: url(../images/mobile/icon_user.svg);
}
.password_rule  {
  margin-bottom: 10px;
}
.password_rule .rule_item {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 12px;
  margin-bottom: 5px;
  color:#aaa;
}
.password_rule .rule_item .check_icon {
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 50%;
}
.password_rule .rule_item.active::after{
  width: 12px;
  height: 12px;
  background: url(../images/mobile/icon_check_c.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
  content: "";
}
.password_rule .rule_item.active{
  color: #00B1D2;
}
.password_rule .rule_item.error{
  color:#FF0000;
  display: none;
}
.password_rule .rule_item.error.show{
  display: block;
}
input.error{
  border: 1px solid #FF0000;
}
#message{
  font-size: 12px;
  color: #FF0000;
  margin-top: -15px;
  margin-bottom: 15px;
}
@keyframes loadingCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}