body{
    height: 100vh !important;
}
.Login{
    position: relative;
    top: -70px;
}
.reset-email{
    position: relative;
    top: 70px;
}
.change-password{
    position: relative;
    top: 70px;  
}
.sectionLogin {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-gap: 20px;
    background: #ffff;
    width: 80%;
    box-shadow: 1px 6px 6px 1px #d4d4d4;
    border-radius: 1rem;
    margin-left: 8rem;
    margin-top: 4em;
}
.sectionLogin .section-L-left img {
    width: 100%;
    height: 100%;
    border-radius: 1rem 0px 0px 1rem;
}
.section-L-right {
    text-align: center;
}
.section-L-right .input-type {
    width: 90%;
    overflow: hidden;
    box-shadow: 1px 1px 1px 1px #d4d4d4;
    border-radius: 1rem;
    padding-bottom: 5px;
}
.section-L-right .input-type .input-type-email input {
    width: 80%;
    height: 6vh;
    margin-left: 2rem;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    outline: none;
    position: relative;
}
.section-L-right .input-type .input-type-email input:hover {
    border-bottom: 2px solid #FFC800;
}
.section-L-right .input-type .input-type-email i {
    color: #FFC800;
    position: absolute;
    z-index: 1;
    margin-top: 0.7rem;
}
.section-L-right .input-type .input-type-password input {
    width: 80%;
    height: 6vh;
    margin-left: 2rem;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    outline: none;
    position: relative;
}
.section-L-right .input-type .input-type-password input:hover {
    border-bottom: 2px solid #FFC800;
}
.section-L-right .input-type .input-type-password i {
    color: #FFC800;
    position: absolute;
    z-index: 1;
    margin-top: 0.7rem;
}
  /* .section-L-right .input-type .forgotPassword {
    margin-left: 10rem;
    padding: 1rem 0px;
  }
  .section-L-right .input-type .forgotPassword a {
    font-size: small;
    font-weight: 500;
    text-decoration: none;
    color: black;
  }
  .section-L-right .input-type .forgotPassword a:hover {
    color: #FFC800;
  } */
.section-L-right button {
    background: #FFC800;
    color: #ffff;
    width: 90%;
    height: 8vh;
    border-radius: 2rem;
    margin-top: 2rem;
    margin-left: -2rem;
    border: #FFC800;
}
.section-L-right .not-account {
    padding: 1rem 0px;
}
.section-L-right .not-account a {
    font-size: medium;
    font-weight: 450;
    color: black;
    text-decoration: none;
}
.section-L-right .not-account a:hover {
    color: #FFC800;
}
.custom-hr {
    position: relative;
    top: -20px;
    width: 80%; 
    margin:auto 35px ;
}
.custom-register{
  color: #647b9c;
}
.custom-register a{
  text-decoration: none;
}
  
  /* ----------------------------Bắt đầu form đăng ký------------------------ */
.Register{
    position: relative;
    top: -47px;
}
#formsig{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sectionSigin {
    background: #ffff;
    width: 30rem;
    box-shadow: 1px 6px 6px 1px #d4d4d4;
    border-radius: 1rem;
    margin-top: 4rem;
    position: relative;
}
.sectionSigin .not-account{
    padding: 1px 0px 0px 0px;
    text-align: center;
}
.section-S-right {
    text-align: center;
}
.section-S-right .text-info {
    text-align: center;
}
  
.section-S-right .input-type {
    width: 28rem;
    margin-left: 1rem;
    overflow: hidden;
    box-shadow: 2px 2px 2px 2px #d4d4d4;
    border-radius: 1rem;
    padding-bottom: 15px;
}
input[type="tel"], input[type="password"], input[type="email"],input[type="text"] {
    width: 80%;
    height: 5vh;
    margin-left: 2rem;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    outline: none;
    position: relative;
}
  /* i{
    color: #FFC800;
    position: absolute;
    z-index: 1;
    margin-top: 0.7rem;
  } */
.section-S-right .input-type  input:hover {
    border-bottom: 2px solid #FFC800;
}
.section-S-right .input-type .forgotPassword {
    margin-left: 10rem;
    padding: 1rem 0px;
}
.section-S-right .input-type .forgotPassword a {
    font-size: small;
    font-weight: 500;
    text-decoration: none;
    color: black;
}
.section-S-right .input-type .forgotPassword a:hover {
    color: #FFC800;
}
.section-S-right button {
    background: #FFC800;
    color: #ffff;
    width: 28rem;
    height: 8vh;
    border-radius: 2rem;
    margin-top: 2rem;
    margin-left: 1rem;
    border: #FFC800;
}
.section-S-right .not-account {
    padding: 1rem 0px;
    margin-left: 1rem;
}
.section-S-right .not-account a {
    font-size: medium;
    font-weight: 450;
    color: black;
    text-decoration: none;
}
  .section-S-right .not-account a:hover {
    color: #FFC800;
}
  
  
  
  /* ----------------------------Quên mật khẩu------------------------------ */
  /* Style cho phần mờ nền */
  /* .modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  } */
  
  /* Style cho cửa sổ modal */
  /* \ */
  
  
  /* đăng ký sign */
.input-type-name,.input-type-email,.input-type-phone,.input-type-password,.input-type-password{
    position: relative;
}
.form-message{
    /* float: left; */
    color: #f33a58;
    font-size:12px;
    position: absolute;
    left: 100px;
    bottom: -20px;
    margin-bottom: 4px;
}
.form-group.invalid .form-message {
    color: #f33a58;
}
  
  /* đăng nhap*/

@media (max-width: 450px) {
    html {
      font-size: 50%;
    }
    .shopping-cart-container .cart-total .box {
      text-align: center;
    }
    .shopping-cart-container .cart-total .box .btn {
      width: 100%;
    }
    .home .content h3 {
      font-size: 3rem;
    }
    .home .content p {
      font-size: 1.5rem;
    }
}
@media screen and (max-width: 900px) {
    .sectionLogin {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: none;
        background: #ffff;
        width: 80%;
        border-radius: 1rem;
        margin-left: 3rem;
        margin-top: 4em;
    }
    .sectionLogin .section-L-left img {
        display: none;
    }
    .section-L-right .input-type {
        margin-left: 1rem;
    }
    .section-L-right button {
        width: 90%;
        height: 8vh;
        margin-top: 2rem;
        margin-left: 0rem;
    }
    .sectionSigin {
        background: #ffff;
        width: 30rem;
        box-shadow: 5px 6px 6px 1px #d4d4d4;
        border-radius: 1rem;
        margin-top: none;
        margin-left: 1rem;
        position: relative;
    }

}

/* error message */

.invalid-feedback1 {
    display: none;
    width: 100%;
    font-size: 80%;
    color: #dc3545;
}
.validate-form label {
    font-weight: 600;
}
/* error message */

i[close-alert1]{
    cursor: pointer !important;
}

.social-login {
    width: 90%;
    margin: 18px 10px;
}
.social-login a{
    text-decoration: none !important;
}
.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 500;
}

.google-btn {
    background: white;
    border: 1px solid #e3e3e3;
    color: #757575;
}

.google-btn:hover {
    background: #f5f5f5;
}

.fb-btn {
    background: #1877f2;
    color: white;
}

.fb-btn:hover {
    background: #166fe5;
}

.social-btn i {
    margin-right: 10px;
    font-size: 18px;
}

.divider {
    display: flex;
    align-items: center;
    margin: 20px 50px 20px 20px;
}

.divider::before,
.divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e3e3e3;
}

.divider span {
    padding: 0 10px;
    color: #757575;
    font-size: 14px;
}