
@media screen and (max-width: 414px) {
    header{
        height: 60px;
    }

    .logo_place{
        display: flex;
        position: relative;
        justify-content: start;
        margin-left: 10px;
    }

    .logo_place h1{
        position: relative;
        font-size: 1.4em;
    }

    .logo_place h1 a{
        text-decoration: none;
        color: #EEEEEE;
    }
        
    .primary_button{
        margin-left: 20px;
        width: 80px;
        height: 25px;
        font-size: 14px;
    }

    .login_place .primary_button:nth-child(2){
        display: none;
    }

    .login_place{
        right: 15px;
        top: 20px;
    }

    .page_body{
        width: auto;
        padding: 20px;
        left: 10px;
        right: 10px;
        top: 80px;
        min-height: 50vh;
    }
    
    .card_items p{
        font-size: 14px;
    }

    body .login_form{
        top: 80px;
        left: 20px;
        right: 20px;
        width: auto;
        height: 200px;
        padding: 20px;
    }

    .login_form .input_forms button{
        margin-top: 20px;
    }

    body .register_form{
        top: 52vh;
        left: 20px;
        right: 20px;
        width: auto;
    }

    body .login_form h2{
        font-size: 1.4em;
        margin: 0;
        padding: 0;
    }

    .login_form .input_forms .lable_form{
        padding: 0;
    }
    
    body .register_form{
        padding: 5px;
        justify-content: center;
        height: 150px;
    }
    
    body .register_form a{
        top: 100px;
    }
    
    body .register_form p{
        font-size: 1em;
    }

    .register_form .primary_button{
        width: 120px;
    }
    
    body .bottom_menu{
        position: absolute;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-around;
        background-color: #191825;
        padding: 0 20px;
        height: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .bottom_menu a img{
        width: 50px;
    }

}