.loginpopup_container{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.loginpopup_container h1{
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}

.box-container form {
    padding-left: 2em;
    padding-right: 2em;
}

.box-container button[type="submit"] {
    margin-top: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
}

.ps-facebook-wrapper {
    margin-top: 1em;
}

.form-body-default-container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.project_form_title_wrapper{
  text-align: center;
  font-size: 38px;
  font-weight: bold;
  margin-top: 40px;
}

.project-form-content{
  width: 100%;
  margin-left: 0px;
  padding: 0px 0px;
}

.project_form_content_container{
  width: 90%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.flex_layer_project{
  /*display: block !important;*/
}

.project-form-content-title{
  flex-basis: 200px;
  flex-shrink: 0;
  font-size: 15px;
  color: #666;
  text-align: left;
  margin-bottom: 5px;
  font-weight: bold;
  /*
  display: table;
  text-align: left;
  padding-left: 0px;

  text-align: right;
  flex-basis: 200px;
  flex-shrink: 0;

  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.78;
  letter-spacing: normal;
  color: black;
  */
}

.project_form_input_container{
  margin-bottom: 18px;
}

.project_form_input_container_nm{
  margin: 0px
}

.error{
  font-size: 14px;
  color: red;
  margin-left: 5px;
  font-weight: bold;
  text-align: left;
}

.btn_register_wrapper{
  text-align: center;
  margin-top: 30px;
}

.btn_register{
  padding: 8px 44px;
  border-radius: 4px;
  font-size: 15px;
  background-color: #43c9f0;
  border: 1px solid #43c9f0;
  font-weight: 500;
  color: white;
}

.btn_register:hover{
  color: white;
}

.btn_register:focus{
  color: white;
}

.project_form_input_base{
  width: 100%;
  /*width: 600px;*/
  height: 38px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);

  background-color: #ffffff;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;

  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#login_social_button_container{
  text-align: center;
  margin-bottom: 5px;
  margin-top: 30px;
}

#login_social_facebook_button_wrapper{
  width: 80%;
  text-align: center;
  color: white;
  background-color: #4267b2;
  padding: 5px 0px;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  /*margin-bottom: 15px;*/
}

#login_social_google_button_wrapper{
  width: 79.6%;
  text-align: center;
  background-color: white;
  color: #444;
  border-radius: 5px;
  padding: 5px 0px;

  margin-top: 10px;
  margin-bottom: 15px;

  height: 45.6px;
}

@media (max-width: 768px){
  .reset_wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.loading{
  margin-top: 20px;
}

#forget_password{
  color: black;
}

.agreement_inputbox{
  width: 16px;
  height: 16px;
  margin-right: 8px;
  opacity: 0;
  position: relative;
  z-index: 100;
  top: 5px;
}

.overage_checkbox_img{
  display: none;
  position: absolute;
  top: 6px;
  left: 0px;
}

.overage_checkbox_img_unselect{
  display: block;
}

.policy_checkbox_img{
  display: none;
  position: absolute;
  top: 6px;
  left: 0px;
}

.policy_checkbox_img_unselect{
  display: block;
}

.privacy_checkbox_img{
  display: none;
  position: absolute;
  top: 6px;
  left: 0px;
}

.privacy_checkbox_img_unselect{
  display: block;
}

.marketing_checkbox_img{
  display: none;
  position: absolute;
  top: 6px;
  left: 0px;
}

.marketing_checkbox_img_unselect{
  display: block;
}

.calcul_checkbox_img{
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
}

.calcul_checkbox_img_unselect{
  display: block;
}

.project_checkbox_img{
  display: none;
  position: absolute;
  top: 10px;
  left: 0px;
}

.project_checkbox_img_unselect{
  display: block;
}

.agreement-SNS{
  max-width: 300px;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #44c8f0;
}

.meetup_checkbox_wrapper{
  position: relative;
  font-size: 13px;
  color: #4d4d4d;
}

.meetup_checkbox_img{
  display: none;
  position: absolute;
  top: 6px;
  left: 0px;
}

.meetup_checkbox_img_unselect{
  display: block;
}

.login-form-checklist{
  width: 100%;
  margin-left: 0px;
  padding-bottom: 8px;
}