.hungwen_registration section .container {
    position: relative;
    width: 100%;
    height: 500px;
   
    overflow: hidden;
    padding: 0;
  }
  
  .hungwen_registration  section .container .user {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .hungwen_registration  section .container .user .imgBx {
    position: relative;
    height: 100%;
    transition: 0.5s;
  }
  
  .hungwen_registration  section .container .user .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hungwen_registration section .container .user .formBx {
    position: relative;
    height: 100%;
    background: #f8f3d1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
    background-image: url(../../assets/images/bg1.png);
}
  

  .hungwen_registration  section .container .user .formBx form h3 {
   
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  
  .hungwen_registration section .container .user .formBx form input:not(input[type="submit"]) {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #e8e4bc;
    color: #676767;
    border: none;
    outline: none;
    margin: 8px 0 !important;
    font-size: 14px !important;
    font-weight: 500;
    height: 45px;
    border: 1px solid #67676778;
}
  
.hungwen_registration section .container .user .formBx form .signup {
    position: relative;
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    font-weight: 300;
  }
  
  .hungwen_registration section .container .user .formBx form .signup a {
    font-weight: 600;
    text-decoration: none;
    color: #AF0000;
  }


@media (max-width:550px){
    .imgBx.col-12.col-md-6 {
        display: none;
    }
}