input {
  width: 300px;
  height: 25px;
  border: 1px solid #3a5068;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
}

/* message-textarea {
  width: 300px;
  height: 25px;
  border: 1px solid #3a5068;
  padding: 8px;
  font-size: 16px;
  border-radius: 4px;
} */

input[name="email"] { /* Adds a 1px gap after email field in login screen */
  margin-bottom: 1px;
}

.file-upload-wrapper { /* Sets the layout for uploading files */
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

#fileInput {
  display: none;
}

#status {
  margin-top: 20px;
  font-weight: bold;
}

#fileNameDisplay { /* Style of the file name that has been uploaded */
  font-style: italic;
  margin-top: 8px;
  color: #444;
}

.scriptid-textarea {
  width: 120px;
  height: 30px;
  resize: none !important;
  padding: 5px;
  font-size: 1rem;
  font-family: 'Calibri', sans-serif;
}

