.any-login  {
 
}

@media (min-width: 640px) {
    .register .sm\:max-w-md {
        max-width: 55rem!important;
    }
    
    .register .sm\:max-w-sm {
        max-width: 24rem!important;
        display: inline-table;
    }
     
    .register .sm\:max-w-sm  label {
        display: inherit!important;
}
    }
    
}