.favicon {
    max-width: 120px;
    max-height: 120px;
    
  
  border-radius: 50%;
  overflow: hidden;
}

i{
  font-size: 50px;
  color:#0c61bb;
}

#new{
  display: none;
  margin-top: 200px;
}

button{
  background-color: inherit;
  box-shadow: 2px 2px 2px cornflowerblue;
  margin-bottom: 15px;
}
.form-container {
  width: 1000px;
  position: absolute;
  height: 500px;
  padding: 20px;
  top:200px;
  /*border: 1px solid #ccc;*/
  border-radius: 5px;
  margin-top: 50px;
  display: none;
  margin-left: 15%;
  margin-bottom: 20px;
}

.form-label1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.button-container {
  text-align: center;
  margin-top: 100px;
}

.button-container button {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #5c9500;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

ul{
  margin-left: 20px;
}




.professional-form {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 40px;
}

.professional-form h2 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 170px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.but {
  display: block;
  width: 47%;
  padding: 10px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  margin-left: 2px;
}

.but:hover {
  background-color: #45a049;
}