@media (min-width: 768px) {
    .auth-desktop-form{
        display: block;
        position: absolute;
        top: 50vh;
        left: calc(8.33333333% + 4.8vw);
        z-index: 9;
        width: calc(33.33333333% - 4.8vw);
    }
    
    .auth-desktop-form h2{
        display: none;
    }
    
    .auth-desktop-form .sign-up-btn{
        display: block;
        width: 100%;
        background-color: #002376;
        color: #fff;
        padding: 14px;
        font-size: 16px;
        border: none;
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
        height: 46px;
        border-radius: 50px;
    }
    
    .auth-desktop-form .sign-up-btn a{
        color: #ffad0a;
        font-weight: bold;
        margin-left: 8px;
    }
    
    .auth-desktop-form input{
        background: #f3f3f9 !important;
        height: 52px;
        border-radius: 100px !important;
        padding: 0px 22px !important;
    }
    
    .auth-mobile-form{
        display: none!important;
    }
    
    .inner-banner {
        height: calc(100vh - 0px)!important;
    }
    
    .main-banner-slide {
        height: calc(100vh - 0px)!important;
    }
    
    .main-banner-rs-visual{
        background-size: cover!important;
    }
    
}

@media (max-width: 767.99px) {
    
    .main-banner-rs-visual{
        background-size: cover!important;
    }
    
    .auth-desktop-form{
        display: none;
    }
    .auth-mobile-form{
        display: block;
    }
    
    .auth-mobile-form h2{
        display: none;
    }
    
    .auth-mobile-form input{
        background: #f3f3f9 !important;
        height: 52px;
        border-radius: 100px !important;
        padding: 0px 22px !important;
    }
    
    .auth-mobile-form .sign-up-btn{
        display: block;
        width: 100%;
        background-color: #ffffff;
        color: #212529;
        padding: 14px;
        font-size: 16px;
        border: none;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.3s;
        height: 46px;
        border-radius: 50px;
    }
    
    .auth-mobile-form .sign-up-btn a{
        color: #002376;
        font-weight: bold;
        margin-left: 8px;
    }
    
    .auth-mobile-form .forgot-password-btn a{
        color:#212529!important;
    }
    
    .auth-mobile-form form{
        padding: 26px;
    }
    
}
