.auth-div{
    display: flex;
}
.auth-p{
    color: red;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px 0 30%;
}
.auth-a{
    padding: 18px !important;
}
@media only screen and (max-width: 577px) {
    .auth-p{
        padding: 10px 20px 0 10px;
    }
}
@media only screen and (max-width: 350px) {
    .auth-p{
        font-size: 14px;
        padding: 10px 10px 0 10px;
    }
    .auth-a{
        padding: 10px !important;
    }
}

@media only screen and (max-width: 1200px) {
        header .navbar-nav .nav-item .nav-link {
            padding: 10px 15px !important;
        }
    }



 /* -----------------------------------------
 :: Template Name: Shop1
 :: Author: Aleks1978
 :: Author URL:
 :: Created: April 01, 2022
 :: Last Updated:
 ----------------------------------------------- */
