/* unvisited link */
a:link, a:visited {
  background-color: white;
  color: black;
  border: 1.5px solid white;
  padding: 5px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif; 
}

a:hover, a:active {
  background-color: white;
  color: #00aba3;
}

body { 
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
	font-size: 14px;
  font-family: Arial, Helvetica, sans-serif; 
}

.wrapper{ 
	width:100%; padding: 20px;
    
}

span{
	font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
	color: red;
	
}

invalid-feedback{
	font-size: 18px;
  font-family: Arial, Helvetica, sans-serif; 
	color: orange;
}

header {
background-color: #f2f2de;
}

fieldset{
    border: 1px solid #00aba3;
    padding: 2px;
    background: #e5fdfc;
    border-radius: 10px;
}

menu_fieldset{
    border: 1px solid #00aba3;
    width: 20%;
    padding: 8px;
    background: #b2d1d0;
    border-radius: 10px;
}

menu_legend{
    width: auto;
    border: 1px solid #00aba3;
    border-radius: 10px;
    padding: 20px 20px;
    margin-left: 20px;
    background: white;
	color: black;
}

legend{
    width: auto;
    border: 1px solid #00aba3;
    border-radius: 10px;
    padding: 20px 20px;
    margin-left: 20px;
    background: white;
	color: black;
}

