#ele-contnr {
   ::-webkit-scrollbar-track {
      background: transparent;
   }

   ::-webkit-scrollbar-thumb {
      background: transparent;
   }

   ::-webkit-scrollbar-thumb:hover {
      background: transparent;
   }
}

.section:nth-child(4) {
   border-radius: 12px 12px 0 0;
   border: 1.5px solid var(--col2);
}

.section:nth-last-child(2) {
   border-radius: 0 0 12px 12px;
   border-top: none;
}

.form .btn {
   width: 60%;
}

@media screen and (min-width: 1200px) {
   #ele-contnr {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 30rem;
      width: 65%;
   }

   .sign-up-contrn {
      width: 80%;
   }
}