@import url('https://fonts.googleapis.com/css2?family=Fasthand&family=Hanuman:wght@100;300;400;700;900&family=Noto+Serif+Khmer:wght@800&family=Poppins:wght@400;600;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
  --grey: rgba(128, 128, 128, 0.442);
  --border-color-grey: rgba(128, 128, 128, 0.442);
  --bg-card: #d4d4d440;
  --bg-sale: #3CB043;
  --bg-hover-card: #bfc1be;
  --bg-header: #F6F9F5;
  --text-white: #ffffff;
  --overlay: rgba(0, 0, 0, 0.397);
  --navbar-tab: #FAFBFA;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family:"Poppins", sans-serif  ,  "Fasthand", cursive;
}
.fs-1 {
    font-size: 60px;
  }
  .fs-3 {
    font-size: 30px;
  }
  .fs-2 {
    font-size: 40px;
  }
  
  .fs-5 {
    font-size: 20px;
  }
  .fs-6 {
    font-size: 16px;
  }


.text-forget{
    text-decoration: underline;
    display: flex;
    justify-content: end;
    color : var(--bg-sale);
}

.popup-forget {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 35px 0;
  background-color: rgba(0, 0, 0, 0.4)
  }

 
  .popup-forget form {
    background: white;
    width : 50%;
    padding : 30px;
    height: auto;
    position: relative;
    margin: 0px auto;
  }
  .popup-forget  form  .btn-close-forget {
    width : 35px;
    height : 35px;
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    top : -15px;
    right : -15px;
    color: var(--bg-sale);
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-forget  form  .btn-close-forget  .fa-xmark {
  display: block;
  color: var(--bg-sale);
  padding: 5px 7px;
  font-size: 15px;
  border-radius: 50%;
  border: 2px solid var(--bg-sale);
}


.popup-forget form .btn-group {
  display: flex;
}

.popup-forget form .btn-group .btn-login {
    /* background-color: var(--bg-card); */
    border: none;
    width : 50%;
    padding : 20px 0px; 
    font-size: 16px;
    
  }
  .popup-forget form .btn-group .btn-signup{
    /* background-color: black; */
    border: none;
    width : 50%;
    padding : 20px 0px; 
    font-size: 16px;
  
  }
.popup-forget form .input-group{
  position: relative;
  left : 0px 
}
.popup-forget form .input-group  span {
  background-color: var(--bg-card);
  display: flex;
  align-items: center;
  justify-content: center;
  padding : 10px;
  width : 50px;
  height : 50px;
  position: absolute;
}
.popup-forget form .input-group .form-control {
  height : 50px;
  padding : 10px;
  font-size : 14px;
  width: 100%;
  padding-left    : 60px;
  outline: none;
  border: 1px solid var(--border-color-grey);

}
.popup-forget form  .btn-signin {
  padding : 20px;
  color : white;
  width: 100%;
  border: none;
  background-color: var(--bg-sale);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.popup-forget form  .btn-signin:hover {
  background-color: var(--bg-sale);
  transition: all 0.8s;
}
.form-check {
  padding: 0px 10px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.form-check > .form-check-input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  accent-color: black;
}


 .form-label {
  cursor: pointer;
  color : var(--bg-sale);
  font-size: 14px;
  margin-left: 6px;
  text-transform: capitalize;
}


.desc-forget {
    font-size : 14px;
}
.btn-back-login {
    position: absolute;
    background-color: var(--bg-sale);
    bottom: 0;
    left: 0;
    color : white;
    right: 0;
    width: 100%;
    border: none;
    border-top: 2px solid var(--border-color-grey);
    font-size : 16px;
    margin: auto;
    height : 50px;
    cursor: pointer;
}

#btn-send-code {
  background-color: var(--bg-sale);
  border-radius: 4px;
  border: none;
  color : white;
  padding : 10px;
  font-size : 16px;
  cursor: pointer;
}