/* error */
.error {
    color: red;
    font-size: 0.9em;
    display: none;
  }
  /* LOGIN */
  .login {
    width: 100%;
	  max-width:86.5rem;
	  margin:0 auto;
    /* height: calc(100vh - 6.875rem); */
      margin-top:5rem;
  }
#password::placeholder,#email::placeholder{
	color:#ccc;
}
.singin_input_name::placeholder,.login_input_password::placeholder {
	color:#ccc !important;
}
#custom-google-btn:hover {
	background:#0b4523;
	transition:0.5s ease-in-out;
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
#custom-google-btn:hover span{
	color:white;
	transition:0.5s ease-in-out;
}
#custom-google-btn {
	transition:0.5s ease-in-out;
}
#custom-google-btn span{
	transition:0.5s ease-in-out;
}
  #box_authen {
    transition: all;
    transition-duration: 500ms;
  }
  .login_header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.login_banner {
    width: 50.5rem;
    height: 37.0625rem;
    flex-shrink: 0;
}
  .login_content {
/*     width: 100%; */
    overflow: hidden;
    display: flex;
	flex-direction: column;
/*     align-items: center; */
    gap: var(--Spacing-Spacing---3, 0.75rem);
  }
.register_content {
	flex-direction:unset !important;
	padding-top:1rem;
}
.backStep {
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:100%;
}
.backStep_btn{
	display: flex;
	cursor:pointer;
    width: 8.1875rem;
    height: 2.5rem;
    padding: 0.75rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--Library-Title, #015121);
    color: var(--greyscaletext-0, #fff);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 128.6%;
}
  .login_form {
    width: 31.0625rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .login_box_title {
    color: var(--greyscaletext-90, #1d1d1d);
    text-align: center;

    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 0.63rem;
  }
  .login_box_label {
	width: 20.4375rem;
    color: var(--greyscaletext-50, #454545);
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 150%
  }
  .login_box_label_link {
    color: var(--BLUE, #0084ff);
	padding-left:0.2rem;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
  }
.login_box_label_link:hover {
	text-decoration:underline;
}
  .login_text_singin {
    color: var(--greyscaletext-50, #454545);
	align-self:center;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
	  margin-bottom: 1rem;
  }
  .login_text_singin_note {
    width: 100%;
    margin-top: 0.75rem;
    text-align: center;
  }
  .login_text_singin_link {
    color: var(--BLUE, #0084ff);

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
  }
.login_text_singin_link:hover {
	text-decoration:underline;
}
  .login_label {
    margin-top: 1.5rem;
    margin-bottom: 0.38rem;
    color: var(--greyscaletext-40-tag, #6a6a6a);

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .login_input_email {
    border-radius: 0.25rem;
    background: #f8f8f8;
    width: 100%;
    height: 2.5rem;
    flex-shrink: 0;
    padding-left: 1.12rem;
    border-width: 0px;
  }
  .login_input_email::placeholder ,
	.login_input_password::placeholder{
    color: var(--greyscaletext-20-inactive, #a9a9a9);

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .login_input_password {
    border-radius: 0.25rem;
    background: #f8f8f8;
    width: 31.0625rem;
    height: 2.5rem;
    flex-shrink: 0;
    padding-left: 1.12rem;
    border-width: 0px;
    padding-right: 2.375rem;
  }
  .login_form_password {
    position: relative;
  }
  .login_input_password_icon {
    cursor: pointer;
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    right: 0.75rem;
    top: 0.5625rem;
    background: url("./images/authen/Component30.png");
  }
  .login_form_or {
    width: 100%;
    display: flex;
    padding: var(--Spacing-Spacing---2, 0.5rem)
      var(--Spacing-Spacing---none, 0rem);
    justify-content: center;
    align-items: center;
    gap: var(--Spacing-Spacing---3, 0.75rem);
    margin-top: 1rem;
    margin-bottom: 0.25rem;
  }
  .login_form_or span {
    color: var(--greyscaletext-20-inactive, #a9a9a9);

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .login_line {
    height: 0.0625rem;
    flex: 1 0 0;
    border-radius: 0.0625rem;
    background: var(--Colors-Border-Border---Light2, #d4d3d2);
  }
  .login_gg_btn {
    width: 31.0625rem;
    height: 2.5rem;
    flex-shrink: 0;
    background: #f8f8f8;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0;
  }
  .login_gg_btn img {
    margin-right: 0.6rem;
    width: 1.01563rem;
    height: 1.01563rem;
    flex-shrink: 0;
  }
  .login_gg_btn span {
    color: var(--greyscaletext-80-primary, #262626);

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .login_submit_button {
    width: 100%;
    display: flex;
    margin-top: 1.87rem;
    height: 3rem;
    padding: 0.75rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    background: var(--foundation-green-dark-hover, #0b4523);
    box-shadow: 0px 0px 20px 0px rgba(198, 255, 189, 0.25);
  
    color: var(--greyscaletext-0, #fff);
    text-align: center;

    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .login_submit_btn {
    width: 100%;
    display: flex;
    margin-top: 1.87rem;
    height: 3rem;
    padding: 0.75rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    background: var(--foundation-green-dark-hover, #0b4523);
    box-shadow: 0px 0px 20px 0px rgba(198, 255, 189, 0.25);
  
    color: var(--greyscaletext-0, #fff);
    text-align: center;

    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  
  /* fooder */
  .authen_fooder {
    width: 100%;
    height: 5.3125rem;
    flex-shrink: 0;
    padding-right: 7.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .authen_fooder_line {
    position: absolute;
    left: 0;
    top: 0;
    width: 85rem;
    height: 0.0625rem;
    flex-shrink: 0;
    opacity: 0.3;
    background: var(--unnamed, #828282);
  }
  .authen_fooder_link {
    opacity: 0.7;
    color: var(--text, #444);

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
  }
  .authen_fooder_menu {
    width: 22.3125rem;
    display: flex;
    justify-content: space-between;
  }
  .authen_fooder_menu a {
    opacity: 0.7;
    color: var(--text, #444);

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
  }
  @media (max-width: 767px) {
    .login_form {
      width: 21.625rem;
    }
    .login_banner {
      display: none;
    }
    .login {
      padding: 0 0.75rem;
		    margin-top: 4rem;
    }
    .login_input_email {
      width: 100%;
    }
    .login_input_password {
      width: 100%;
    }
    .login_gg_btn {
      width: 100%;
    }
    .authen_fooder_line {
      width: 100%;
      margin-top: 0.5rem;
    }
    .authen_fooder {
      padding: 0 0.75rem;
      flex-direction: column;
    }
    .authen_fooder_link {
      margin: 1rem 0;
    }
    .authen_fooder_menu {
      padding: 0 2rem;
    }
    .login_form_password {
      width: 100%;
    }
  }
  
  /* dang ky */
  .singin_box_title {
    color: var(--greyscaletext-90, #1d1d1d);

    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    width: 100%;
  }
  .singin_input_name {
    border-radius: 0.25rem;
    background: #f8f8f8;
    width: 31.0625rem;
    height: 2.5rem;
    flex-shrink: 0;
    padding-left: 1.12rem;
    border-width: 0px;
  }
  .singin_input_name::placeholder {
    color: var(--greyscaletext-20-inactive, #a9a9a9);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .login_banner_singin {
   position: absolute;
    top: 0;
    right: 0;
    width: 53%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
  }
  #box_authen_step2 {
    margin-left: 7.5rem;
    opacity: 0;
    padding-bottom: 1.62rem;
    transition: all;
    transition-duration: 500ms;
  }
  @media (max-width: 767px) {
	  .register_content {
		      padding-top: 0;
	  }
    .login_banner_singin {
      display: none;
    }
    #box_authen {
      padding-bottom: 3rem;
      padding-right: 0.25rem;
    }
    .singin_input_name {
      width: 100%;
    }
    #box_authen_step2 {
      display: none;
      margin-left: 0rem;
      padding-right: 0.75rem;
    }
  }
  
  /*  dang ky step 2 */
  
  .singinstep_warper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .singinstep_box_title {
    color: var(--greyscaletext-90, #1d1d1d);
    text-align: center;

    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 1.25rem;
  }
  .singinstep_box_descript {
    color: var(--Foundation-Green-Normal, var(--Library-Title, #015121));

    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .singinstep_warper_check {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .singinstep_warper_check span {
    color: var(--greyscaletext-80-primary, #262626);

    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .singinstep_warper_grid {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 0.62rem;
    margin-top: 1rem;
  }
  .singinstep_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    width: 12.5625rem;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	  padding:1.06rem; 
  }
.singinstep_item span {
	text-align:center;
}
  .singinstep_item:hover {
    background: var(--Foundation-Green-Light, #e7f1eb);
  }
  .active_singinstep_item {
    border: 1px solid var(--Library-Title, #015121);
  }
  .singinstep_item_img {
    display: flex;
    width: 1.75rem;
    height: 1.75rem;
    justify-content: center;
    align-items: center;
  }
  .singinstep_next {
    display: flex;
    width: 38.6875rem;
    justify-content: space-between;
    align-items: center;
    margin-top: 2.56rem;
  }
  .singinstep_check_rules {
    display: flex;
    align-items: flex-start;
    gap: 0.375rem;
  }
  .singinstep_check_input {
    margin-top: 0.25rem;
    width: 1rem;
    height: 1rem;
    accent-color: #015121;
  }
  .disabled_btnNext {
    opacity: 0.5;
  }
  .active_btnNext {
    opacity: 1;
  }
  .singinstep_check_text {
    color: #8d8d8d;

    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  
    width: 23rem;
    height: 2.6875rem;
  }
  .singinstep_btn {
    display: flex;
    width: 8.1875rem;
    height: 2.5rem;
    padding: 0.75rem 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex-shrink: 0;
    border-radius: 0.25rem;
    background: var(--Library-Title, #015121);
  
    color: var(--greyscaletext-0, #fff);

    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 128.6%;
  }
  
  @media (max-width: 767px) {
    .singinstep_warper_grid {
      grid-template-columns: auto auto;
    }
    .singinstep_next {
      width: 100%;
      flex-direction: column;
    }
    .singinstep_item {
      width: 10.5625rem;
    }
    .singinstep_check_text {
      width: 100%;
    }
  }
  
  /* MODAL modal_success */
  .modal_success_authen {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5.400000095367432px);
  }
  .active_modal_success,
.active_modal_error{
    display: flex;
  }
.active_modal_success .modal_box--success,
.active_modal_error .modal_box--error{
	display:block !important;
}
.modal_success_authen .modal_box--error,
.modal_success_authen .modal_box--success {
	display:none;
}
.vui_long {
	margin-top: 0.5rem;
}
.ul_li_reg {
	list-style-type: disc;
}
.ul_li_reg li {
	margin-left: 2rem;
	 font-style: italic;
}
  .modal_success_authen .modal_box {
/*     width: 21.9375rem; */
/*     height: 14.125rem; */
	  padding: 3rem;
    flex-shrink: 0;
    background: #fff;
    border-radius: 0.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.125rem;
  }
  .modal_success_authen .modal_box img {
    width: 3.6875rem;
    height: 3.6875rem;
  }
  .modal_success_authen .modal_box span {
    color: var(--greyscaletext-90, #1d1d1d);

    font-size: 1.75rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
  }
  .modal_success_authen .modal_box button {
    width: 10.625rem;
    height: 2.5rem;
    padding: 0.75rem 1.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    border-radius: 0.25rem;
    background: var(--foundation-green-dark-hover, #0b4523);
    box-shadow: 0px 0px 20px 0px rgba(198, 255, 189, 0.25);
  
    color: var(--greyscaletext-0, #fff);
    text-align: center;

    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    white-space: nowrap;
  }
  .switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #dfd9ea;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
  }
  .switch::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
      box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(128, 128, 128, 0.1);
  }
  input:checked + .switch {
    background: #72da67;
  }
  input:checked + .switch::before {
    left: 27px;
    background: #fff;
  }
  input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
  }
  