/*
--------------------------------------
Nova Auth Responsive
--------------------------------------
*/





/*==================================================
992
==================================================*/

@media (max-width:992px){

    .nova-auth{
        padding:30px;
    }

    .nova-auth__dialog{
        width:100%;
    }

}


/*==================================================
768
==================================================*/

@media (max-width:768px){

    .nova-auth{
        padding:20px;
    }

    .nova-auth__dialog{
        width:100%;
        max-width:100%;
        max-height:92vh;
    }

}


/*==================================================
576
==================================================*/

@media (max-width:576px){
    .nova-auth{
        align-items:flex-end;
        padding:0;

    }

    .nova-auth__dialog{
        width:100%;
        max-width:none;
        height:auto;
        max-height:95vh;
        border-radius:16px 16px 0 0;

    }

    .nova-auth__label{
        display: none;
    }

    .nova-auth__close{
        top:14px;
        right:14px;

    }



    .nova-auth__actions{

        gap:10px;

    }

    .nova-auth button.nova-auth__button{
        text-transform: initial;
    }

    .nova-auth__row{
        flex-wrap:wrap;
        gap:10px;
    }

    .nova-auth__row--between{

        justify-content:space-between;

    }

}
