@media (max-width: 767.98px) {
 .app-name {
    font-size: 15px !important;

}

h2.app {
    margin: 10px 23px;
}

    .containerlogin.active .toggle-box::before {
        left: 0;
        top: 78% !important;

    }

    form {
    
    padding: 61px 20px 20px 20px !important;
   
    
}

button.btn.sent-btn {
    width: 92% !important;
    margin: 0 auto !important;
}

}


@media (min-width: 1200px) {
  /* Styles for all desktops */
}


@media (min-width: 768px) and (max-width: 1439.98px) {
  /* All laptops */
}

@media (min-width: 1024px) and (max-width: 1366px) {
  /* Target typical 14-15 inch laptops */
}

@media (min-width: 600px) and (max-width: 1199.98px) {
  /* All tablets */



}














@media (min-width: 1024px) and (max-width: 1440px) {
  /* Styles for laptops */
}
