.contact .info .email,
.contact .info .phone {
  margin-top: 0;
}

.modal-login-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 380px; /* Could be more or less, depending on screen size */
  border-radius: 10px;
  box-shadow: 5px 5px 15px  black;
}

.modal-login-container {
  padding: 15px;
  border-radius: 10px;
}

.modal-login-mid {
  margin-top: 10px;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.modal-login-mid > input[type=text], input[type=password], input[type=email] {
  width: 90%;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 13px;
  box-sizing: border-box;
}

.input-container {
  position: relative;
}

.input-container span {
  position: absolute;
  right: 25px; /* Adjust this value to your preference */
  top: 15%; /* Adjust this value to vertically center the text */
  /* transform: translateY(-50%); */
  color: gray; /* Adjust the color as needed */
  cursor: pointer;
}

.modal-login-mid > .input-container > input[type=text], input[type=password], input[type=email] {
width: 90%;
padding: 5px 20px;
display: inline-block;
border: 1px solid #ccc;
border-radius: 8px;
font-size: 13px;
box-sizing: border-box;
}

.modal-login-mid h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: #808080 !important;
}

.modal-login-mid p {
  font-size: 12px;
  font-weight: 500;
  color: #808080 !important;
}

.modal-login-mid button[type=button] {
  margin-top: 30px;
  width: 60%;
  border: 0;
  padding: 5px 25px;
  color: #0880e8;
  transition: 0.4s;
  border-radius: 50px;
  border: 2px solid #0880e8;
  background: #fff;
}

.modal-login-mid button[type=button]:hover {
  background: #0880e8;
  color: #fff;
}

.modal-login-container a {
  font-size: 12px;
  text-decoration: none;
  color: #0880e8;
}

.modal-login-container button[type=button] {
  background-color: #0880e8; /* Green */
  width: 120px;
  margin-top: 0;
  border: none;
  color: white;
  padding: 5px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
}

.text-right {
  text-align: right;
}

.faq .faq-list a {
  padding: 0 0px;
}

input[readonly] {
  background-color: #f2f2f2;
}
