/* Smaller smartphone*/
@media only screen and (max-width: 320px) {
    .reset-offer {
        flex-direction: column;
        text-align: center;
    }
    .reset-offer p{
        margin-bottom: 5px;
    }
}
/* Smartphone */
@media only screen and (max-width: 767px) {
    header{
        justify-content: start;
    }
    .brand-text{
        display: none;
    }
    .brand-text-mobile{
        margin-left: auto;
        margin-right: 8vw;
        
    }
    .ft-navbar-navigation{
        background-color: white;
        box-shadow: 0 3px 8px #00000008;
    
    }
    #logo-potads{
        height: 55px;
    }
    .ft-navbar{
        padding: 0!important;
    }
    .btn-navbar{
        padding: 0!important;;
    }
    .navbar-brand{
        margin-left: 8vw;
        margin-right: auto;
    }
    .navbar-toggler{
        border: none;
        margin-top: 10px;
        margin-right: 40px;
    }
    .bot-border{
        border-bottom: none;
    }

   /* USED */
    .ft-login-form{
        width: 85%;
        left: 0;
        right: 0;
        
    }
    /* USED */
    .ft-regis-form{
        top:2vh;
        left: 0;
        right: 0;
        width: 87%;
        padding: 0!important;
    }
    /* USED */
    .ft-regis-spacing{
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    .regis-gender{
        display: none;
    }
    .login-question{
        display: none;
    }
    /* USED */
    .login-link{
        margin-left: 0!important;
    }
    .lp-action-row{
        display: flex;
        flex-direction: column-reverse;
    }
    .lp-submit{
        width: 100%;
    }
    .lp-batal{
        width: 100%;
        margin-top: 20px;
    }

}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width:1080px) {
    .brand-text-mobile{
        display: none;
    }
    /* USED */
    .ft-login-form{
        width: 70%;
        left: 0;
        right: 0;
        
    }
    /* USED */
    .ft-regis-form{
        top:6vh;
        left: 0;
        right: 0;
        width: 87%;
        padding: 0!important;
    }
    .regis-gender-mobile{
        display: none;
    }
    .regis-offer-mobile{
        display: none;
    }
    /* .login-container{
        min-height: 100rem;
    } */
}

/* Desktop */
@media only screen and (min-width: 1024px) {
    .brand-text-mobile{
        display: none;
    }
    .regis-gender-mobile{
        display: none;
    }
    .regis-hr{
        display: none;
    }
    .regis-offer-mobile{
        display: none;
    }
}
