


input {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}


h2{
	text-align: center;
	font-size: 2rem;
	margin-bottom: 5rem;
	color: #ffffff;
}


h3{
	text-align: center;
	font-size: 25px;
	margin-bottom: 2rem;
	color: #ffffff;
}

select {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  transition: all 0.3s ease;
  padding: 1rem;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

select option {
    background-color: white;
    color: black;
}

input[type="radio"] {
    width: unset;
	margin-left: 30px;
}


.canworkdays {
  border: 1px solid;
  margin-bottom: 20px;
  padding-top: 10px;
padding-bottom: 10px;
}

.canworktime table{
	margin-left: auto;
	margin-right: auto;
}

.footer {
  border-top: none !important;
}