﻿@charset "UTF-8";

body{
  background-color: #E9F5F2;
}

.bl_login {
  width: 460px;
  padding: 28px 32px 20px;
  margin: 0 auto;
  transform: translateY(-10px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bl_login {
    min-height: 520px;
  }
}

.bl_login .el_ttl01{
  margin: 0 0 24px;
  border-bottom: none;
  padding-bottom: 0;
  text-align: center;
}

.bl_login .el_btn_lg{
  width: 100%;
  margin:  0 0 16px;
}

.el_errorMessage{
  margin-bottom: 16px;
}

.bl_terms {
  width: 800px;
  padding: 28px 32px;
  margin: 0 auto;
  transform: translateY(-10px);
}

.bl_terms .el_ttl01{
  margin-bottom: 16px;
}

.bl_terms_text{
  border: 1px solid #E8E8EB;
  border-radius: 4px;
  height: 540px;
  overflow-y: scroll;
  padding: 16px;
  margin-bottom: 24px;
}

.bl_terms_text h2{
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}

.bl_terms_text p{
  line-height: 1.6;
/*  margin-bottom: 16px;*/
}

.bl_terms_text p + h3 {
  margin-top: 14px;
}

.bl_terms .el_btn_lg{
  display: block;
  width: 180px;
  text-align: center;
  margin: 0 auto;
}

.keep-login__checkInput:focus + .keep-login__checkLabel:before {
  border-color: #0DA889;
}

.keep-login__checkInput:checked + .keep-login__checkLabel::before {
  border-color: #0DA889;
}

.keep-login__checkLabel::after {
  border-right: 3px solid #0DA889;
  border-bottom: 3px solid #0DA889;
}