 body {
     background: linear-gradient(90deg, rgb(33 38 29) 0%, rgb(73 86 65) 42%, rgb(107 129 95) 100%);
     color: white;
     font-family: Arial, sans-serif;
 }

 .img-aluno {
     width: 150% !important;
     height: auto;
 }

 #form-pre-inscricao {
     border: 1px solid #8BC34A;
     padding: 4%;
     width: 60%;
     border-color: #dcffc9;
     border-width: 0.5px;
     border-style: solid;
     border-radius: 37px;
     filter: drop-shadow(11.98172378540039px 67.95173645019531px 43px rgba(115, 115, 115, 0.33));
     background: rgba(107, 130, 95, 0.57);
     margin-left: -8%;
 }

 #form-pre-inscricao .form-control {
     background-color: #DCFFC9;
     border-color: #8BC34A;
     border-width: 0.5px;
     border-style: solid;
     border-radius: 18px;
     filter: drop-shadow(11.98172378540039px 67.95173645019531px 43px rgba(115, 115, 115, 0.33));

 }

 .logomarca {
     position: relative !important;
     margin-left: 51% !important;
     margin-top: -20% !important;
 }

 .btn {
     width: 176px;
     height: 40px;
     border-radius: 18.100000381469727px;
     background: #283024 !important;
 }

 h4 {
     color: #DCFFC9 !important;
 }

 :disabled:hover {
     cursor: not-allowed !important;
 }

 @media (max-width: 575.98px) {
     .img-aluno {
         display: none !important;
     }

     .logomarca {
         margin-left: 23% !important;
         margin-top: 5% !important;
         width: 50% !important;
     }

     #form-pre-inscricao {
         width: 100% !important;
         margin-left: 0% !important;
     }

     #footer .container {
         display: block !important;
         text-align: center !important;
     }

     .logo {
         margin-left: 27% !important;
     }
 }


 @media (min-width: 576px) and (max-width: 767.98px) {
     .img-aluno {
         display: none !important;
     }

     .logomarca {
         margin-left: 23% !important;
         margin-top: 5% !important;
         width: 50% !important;
     }

     #form-pre-inscricao {
         width: 100% !important;
         margin-left: 0% !important;
     }

     #footer .container {
         display: block !important;
         text-align: center !important;
     }

     .logo {
         margin-left: 27% !important;
     }
 }


 @media (min-width: 768px) and (max-width: 991.98px) {
     #form-pre-inscricao {
         width: 88% !important;
         margin-left: 7% !important;
     }

     .img-aluno {
         width: 180% !important;
         height: auto;
     }

     .logomarca {
         margin-left: 47% !important;
         margin-top: -15% !important;
         width: 50%;
     }
 }


 @media (min-width: 992px) and (max-width: 1199.98px) {
     #form-pre-inscricao {
         width: 88% !important;
         margin-left: 7% !important;
     }

     .img-aluno {
         width: 180% !important;
         height: auto;
     }

     .logomarca {
         margin-left: 47% !important;
         margin-top: -15% !important;
         width: 50%;
     }
 }


 @media (min-width: 1200px) and (max-width: 1599.98px) {

     #form-pre-inscricao {
         width: 60% !important;
         margin-left: 7% !important;
     }

     .logomarca {
         margin-left: 37% !important;
         margin-top: -13% !important;
     }

 }