
.container {
    width: 40%;
    margin: 0 auto;
/* background-image:  url(../images/info-leila002.jpg) ; */
}

/* in small devices*/
@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.form-group {
    margin-bottom: 1rem;
}
label {
    display: block;
    margin-bottom: 0.5rem;
}
input, select {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #ddd;
}
button {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 5px;
    border: none;
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

  .required:after {
    content:" *";
    color: red;
  }

/* .form-group div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  } */
/* .input-container input {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: .75rem;
    position: relative;
    width: 100%;
    }
    
    input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    } */