.media{
    display: flex;
    gap: 40px;
}
.media img{
    height: 30px;
    width: 30px;
}
.avatar{
    height: 200px;
    width: 200px;
    margin-bottom: 40px;
}
.avatar img{
    height: 100%;
    width: 100%;
}
.enter_btn{
    width: 400px;
}
.register{
    font-size: 14px;
}
.register_btn{
    width: 300px;
}
.enter_input{
    width: 100%;
    max-width: 400px;
  }

footer{
    padding: 3rem 1rem !important;
}
.line{
    display: block;
    height: 1px;
    width: 100%;
    background: #E5E5E5;
}
.navbar-brand{
    align-items: center;
}
.new_btns_enter{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 20px;
  }
  .new_btns_enter_div{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0px;
  }
  .new_btns_enter_div p{
    color: #485fc7;
  }
  .new_btns_enter_div img{
    height: 30px;
    transition: .4s;
    margin-right: 10px;
  }
  .new_btns_enter_div:hover img{
    transform: scale(1.2);
  }


/* registration  */
.input_flex{
    display: flex;
}
.input_flex input{
    margin-right: 20px;
    width: 300px;
}
.input_flex button{
    width: 300px;
}
.hero.politic{
    height: auto;
}
.politic p{
    max-width: 1420px;
}

@media  (max-width:1199px) {
    .pre{
        text-align: center;
    }
    .input_flex{
        display: flex;
        flex-direction: column;
    }
    .input_flex input{
        margin-right: 0px;
    }
}
@media (max-width:799px){
    .reverse{
        display: flex;
        flex-direction: column-reverse;
    }
    .hero.politic{
        height: auto !important;
    }
    .avatar{
        margin-top: 0;
    }

}
@media (max-width: 599px){
    .hero-body{
        padding: 0px 20px;
    }
    input:not([type="checkbox"]){
        width: 300px !important;
    }
    .enter_btn{
        width: 300px !important;
    }
    .title{
        font-size: 20px !important;
    }
    .subtitle{
        font-size: 14px !important;
        text-align: center;
    }
    .reverse h2{
        font-size: 36px !important;
    }
}