@media(max-width:992px){
    .main{
        width: 350px;
        padding: 15px;
    }
    .signup input {
        width: 320px;
    }
    .signup button {
        width: 320px;
    }
    .header .logo_left img {
        margin-right: 19px;
        width: 100px;
    }
    .header {
        margin-left: 0px;
        margin-right: 10px;
    }
    .header .logo_left::before {
        left: 96px;
     
    }
    .dropdown{
        transform: translateY(-6px);
        z-index: 2;
    }
    .item_profil{
        width: auto;
        padding: 25px;
    }
    .long_form{
        width: auto;
        padding: 25px;
    }
    .long_form .form-floating input {
        width: 308px;
        height: 59px;
    }
    .flex_input {
        display: flex;
        flex-direction: column;
    }
    .flex_input input{
        width: 308px !important;
        margin-top: 16px;
    }
    .long_form  select {
        width: 308px !important;
    }
    .radio{
        width: 93px;
    }
    .border_color {
        width: 96px;
    }
    .title_ch p {
        margin-top: 15px;
        margin-left: -7px;
    }
    .long_form .button2 {
        width: 313px;
    }
    .form-floating>label {
        position: absolute;
        top: 4px;
    }
    .form-floating input {
      
        padding-top: 28px !important;
    }
    .dropdown-menu.show {
        transform: translate(-38px, 45px) !important;
    }
    footer{
        flex-wrap: wrap;
        position: relative;
    }
    body{
        padding-bottom: 0px;
    }
    footer .right {
        text-align: left;
        margin-top: 10px;
    }
    .item_profile{
        flex-wrap: wrap;
    }
    .item_ch .border_color {
        width: 100%;
        left: 0;
        top: 0;
    }
    .radio .checkmark:after{
        display: none !important;
    }
    .flex_input input{
        margin-top: 0px;
    }
    .flex_input > div:has(input){
        margin-top: 16px;
    }
}