.form-icon {
  padding-top: 10px;
  border: 10px solid gray;
  background-color: grey;
}
.radio-icon {
  padding-left: 2px;
}

.login p {
  text-align: center;
  text-transform: none;
}

/* Basic styling */
body {
  font-family: sans-serif;
  margin: 0;
  padding: 20px;
}

/* Centering the button */
.btn-primary {
  margin: 0 auto;
  display: block;
}

/* Modal styling */
.modal-content {
  border-radius: 5px;
  text-align: center;
  max-height: 80vh; /* Adjust the height as needed (e.g., 70vh for less content) */
  overflow-y: auto; /* Enable vertical scrolling if content overflows the height */
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.modal-title {
  margin-bottom: 10px;
  text-align: center;
}

.modal-body {
  padding: 20px;
}

/* Form styling */
.form-label {
  font-weight: bold;
  margin-bottom: 1px;
}

.input-group {
  margin-bottom: 5px;
  border: 2px solid green;
}
.input-field {
  border: 10px solid red;
}
.bord {
  border: 30px solid red;
}

.form-control,
.form-select {
  border-radius: 3px;
}

/* Login link styling */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Button styling */
.button {
  width: 100%;
}

/* Style the paragraph */
.modal-body p {
  margin-bottom: 10px;
  text-align: center;
}

/* Style the buttons */
.login-icon {
  background-color: #2038bf !important;
  color: white;
  border-color: #3f51b5 !important;
  padding: 10px 20px;
  margin: 5px auto;
}
.twitter {
  background-color: #50a7e5 !important;
  border-color: #50a7e5 !important;
}

/* Optional: Remove the space between the paragraph and buttons */
.modal-body p + .login-icon {
  margin-top: 0;
}

.radio {
  text-align: left !important;
}

input[type="radio"] {
  appearance: none; /* Remove default appearance */
  width: 20px;
  height: 20px;
  border: 2px solid #504949; /* Customize border */
  border-radius: 50%; /* Make it circular */
}

input[type="radio"]:checked {
  background-color: #27077e; /* Change background color on selection */
}

.file-icon {
  width: auto;
  height: auto;
}
.file-upload {
  gap: 10px;
}

.cards {
  gap: 40px;
}

.card-body {
  /* Default styles for card bodies */
  background-color: #a9b3ee;
  gap: 20px;
}
