﻿#login_container {
  /*//수직 정렬
    width: inherit;
    height: 
        ;
    vertical-align: middle;
    display: table-cell;
    text-align: center;*/
  margin: calc(50vh -  500px / 2 - 34.5px - 120px / 2) auto;
}
.account_shadow {
  box-shadow: 3px 4px #D4D7DC;
}
.field-validation-error {
  display: inline-block;
  margin-left: 53px !important;
}
.field-validation-error span {
  font-size: 15px;
  color: #3EB5F5;
}
.validation-summary-errors {
  font-size: 15px;
  margin-bottom: 20px;
}
.validation-summary-errors * {
  font-size: 13.74px;
  color: #2b4044;
}
.validation-summary-errors ul,
.validation-summary-errors li {
  font-size: 15px;
}
.validation-summary-errors li {
  padding-left: 100px !important;
}
#login_form {
  margin: 0px auto;
  /*font-family: 'Segoe UI', 'Noto Sans KR', sans-serif, 'Nanum_SquareR', 'Nanum Gothic', Helvetica, Arial;*/
  font-family: 'Noto Sans KR', 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-color: #ffffff;
  width: 500px;
}
#login_form #right {
  display: none;
}
#login_form .row {
  margin: 0px 0px;
}
#login_form .btn {
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 10px;
}
#login_form #typeSelect {
  width: 100%;
  height: 31px;
}
#login_form #typeSelect div {
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  background-color: #03BCF9;
  color: #ffffff;
  padding: 5px 10px;
}
#login_form #typeSelect .active {
  background-color: #ffffff;
  color: #000000;
}
#login_form #typeSelect #student {
  width: 33.5%;
}
#login_form #typeSelect #teacher {
  width: 33%;
}
#login_form #typeSelect #parent {
  width: 33.5%;
}
#login_form #left {
  width: 500px;
  height: auto;
  /*border: solid @border_thick @borderColor;*/
  padding-left: 0px;
  padding-right: 0px;
  box-sizing: border-box;
}
#login_form #left #left_bottom {
  height: 437px;
}
#login_form #left #left_bottom #loginForm {
  margin-top: 40px;
}
#login_form #left #left_bottom #title {
  font-size: 20px;
  margin: 0px auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
#login_form #left #left_bottom #title h2 {
  font-family: inherit;
  font-weight: 600;
  font-size: 24px;
  color: #2b4044;
  text-align: center;
  margin: 0px auto;
}
#login_form #left #left_bottom .form-group {
  margin: 0px auto;
  /*margin-bottom: 10px; // CASS*/
  margin-bottom: 2px;
}
#login_form #left #left_bottom .form-group input,
#login_form #left #left_bottom .form-group .form-group-content {
  font-size: 14px;
  font-family: inherit;
  width: 300px;
  height: 40px;
  max-width: none;
  margin: 0px auto;
}
#login_form #left #left_bottom .form-group .form-group-content {
  height: auto;
}
#login_form #left #left_bottom .form-group label {
  font-family: inherit;
}
#login_form #left #left_bottom .form-group .input_userid,
#login_form #left #left_bottom .form-group .input_password {
  margin-bottom: 8px;
}
#login_form #left #left_bottom .form-group .input_password input {
  font-family: inherit;
}
#login_form #left #left_bottom .form-group .checkbox {
  display: inline-block;
  height: 40px;
  margin: 0px auto;
  margin-left: 99px;
  padding-top: 0px;
}
#login_form #left #left_bottom .form-group .checkbox input {
  width: 17px;
  /*15px*/
  display: inline-block;
  height: 15px;
  margin-top: 3px;
}
#login_form #left #left_bottom .form-group .checkbox label {
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}
#login_form #left #left_bottom .form-group .login_btn {
  font-family: inherit;
  font-weight: normal;
  background-color: #2b4044;
  color: #ffffff;
  margin-left: 99px;
  height: 40px;
}
#login_form #left #left_bottom .form-group .login_btn_2 {
  background-color: #0083ff !important;
  border-radius: 7px;
  height: 49px;
  font-size: 18.4px;
}
#login_form #left #left_bottom .join_btn,
#login_form #left #left_bottom .googleJoin_btn {
  width: 300px;
  height: 40px;
  margin-left: 99px;
  border: solid 1px #ECF1F7;
  background-color: #ffffff;
  color: #D9D9D9;
}
#login_form #left #left_bottom #socialLoginForm {
  font-size: 15px;
}
#login_form #left .findIdFw_wrap {
  padding-right: 10%;
}
#login_form #left .findIdFw_wrap #idpw_search {
  height: 31px;
  /*background-color: #ECF1F7; //#F8FBFD; // CASS*/
  font-size: 13px;
  text-align: center;
  /*border-bottom: solid @border_thick @borderColor;*/
}
#login_form #left .findIdFw_wrap #idpw_search a {
  box-sizing: border-box;
  height: 31px;
  padding-top: 7px;
  display: inline-block;
  text-align: center;
}
#login_form #left .findIdFw_wrap #idpw_search .idSearch_btn {
  color: #D4D6D7;
  width: 49.5%;
}
#login_form #left .findIdFw_wrap #idpw_search .pwSearch_btn {
  color: #D4D6D7;
  width: 49.5%;
}
#login_form #left #login_register {
  height: 31px;
  background-color: white;
  font-size: 13.74px;
  text-align: center;
  /*border-bottom: solid @border_thick @borderColor;*/
  /*height: 40px;
            width: 100%;
            background-color: #2b4044;
            font-family: inherit;
            font-weight: normal;
            color: #03BCF9;
            height: 40px;*/
}
#login_form #left #login_register a {
  box-sizing: border-box;
  height: 31px;
  padding-top: 7px;
  display: inline-block;
  text-align: center;
}
#login_form #left .login_register_2 span {
  padding: 0px 3px;
}
#login_form #left .login_register_2 span a {
  color: #0083FF;
  text-decoration: underline;
}
#login_form #left .login_register_2 span a:hover {
  color: #999;
}
#login_form #left #centerText {
  height: 31px;
  background-color: white;
  font-size: 13.74px;
  text-align: center;
}
#login_form #left_bottom {
  overflow-y: auto;
}
#login_form #left_bottom ::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*background: transparent;*/
  /*border-radius: 10px;*/
  /*background-color: #F5F5F5;*/
}
#login_form #left_bottom ::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
#login_form #left_bottom ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
  background-color: #CCCCCC;
}
#login_form #right {
  width: 0px;
  height: 530px;
  order: solid 1px #ECF1F7;
  font-size: 15px;
}
@media (max-width: 600px) {
  #login_form {
    margin: 0 auto;
    width: 90%;
  }
  #login_form #left {
    width: 100%;
  }
  #login_form #left #left_bottom .form-group input,
  #login_form #left #left_bottom .form-group .form-group-content {
    width: 100%;
  }
  #login_form #left #left_bottom .form-group .checkbox,
  #login_form #left #left_bottom .form-group .login_btn {
    margin-left: 0px;
    margin: 0 auto;
    display: block;
  }
  #login_form #left #left_bottom #title h2 {
    font-size: 0.9375rem;
  }
  #login_form #left #left_bottom .form-group input,
  #login_form #left #left_bottom .form-group .form-group-content {
    font-size: 0.8375rem;
  }
  #login_form .findIdFw_wrap {
    padding-right: 0% !important;
  }
  #login_form #left #left_bottom .form-group .login_btn_2 {
    font-size: 15px;
  }
}