
@media (max-width: 575.98px) { 
     #indicator {
         background-color: black !important;
     }

     .smaller-form {
          width: 95% !important;
          margin: 10px !important;
          margin-top: 160px !important;
     }

     .submit-btn {
        margin-top: 0px !important;
        padding: 30px 20px !important;
        width: 230px !important;
     }
 }

 /* // Small devices (landscape phones, 576px and up) */
 @media (min-width: 576px) { 
     #indicator {
         background-color: red !important;
     }

     .form-section label, .form-section input {
         font-size: 20px;
     }

     .form-section input {
         width: 200px;
     }

     .assess_title{
         font-size: 2rem !important; 
     }

     #assessment-heading {
         top: 150 !important;
     }



 }

 /* // Medium devices (tablets, 768px and up) DOWN */
 @media (min-width: 768px) { 
     #indicator {
         background-color: rgb(247, 0, 255) !important;
     }
     
     .form-section label {
         font-size: 30px;
     } 

     .form-section input {
         font-size: 20px;
     }

     .assess_title{
         font-size: 2.4rem !important; 
     }

     .form-section input {
         width: 400px;
     }

     #logo-responsive {
         width: 300px !important;
     }

 }

 /* // Large devices (desktops, 992px and up) DOWN */ 
 @media (min-width: 992px) { 
     #indicator {
         background-color: rgb(0, 94, 255) !important;
     }

     .assess_title{
         font-size: 2.4rem; 
     }
 }

 @media (max-width: 1399px) {
    .smaller-form {
        margin-top: 190px !important;
   }
 }

 /* // X-Large devices (large desktops, 1200px and up) */
 @media (min-width: 1200px) { 
     #indicator {
         background-color: rgb(242, 255, 0) !important;
     }

     .assess_title{
         font-size: 2.4rem; 
     }


 }

 /* // XX-Large devices (larger desktops, 1400px and up) */
 @media (min-width: 1400px) { 
     #indicator {
         background-color: rgb(95, 188, 151) !important;
     }
     .assess_title{
         font-size: 2.4rem; 
     }
     
 }