* {
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0px;
  padding: 2px 10px;
}

fieldset input {
  border: 1px solid gray;
padding: 10px;
}
main svg {
  width: 300px;
  display: block;
  margin: auto auto;
  text-align: center;
}
form {
  width: 400px;
  margin: -20px auto;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
  margin: auto;
  padding: 0 0 14px 0;
  width: 396px;
}
fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 400px;
  margin: auto;
  border: none;
  gap: 5px;
}


.title {
  border-bottom: 1px solid grey;
  width: 100%;
  display: block;
  border-radius: 0;
  flex-shrink: 0;
  flex-basis: 100%;
}
.username {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  gap: 10px;
}
.username * {
  width: 48%;
  height: 40px;
  flex-shrink: 0;


}
.widinput {
  width: 96%;
  height: 40px;
  margin: 5px;
flex-shrink: 0;
}
p {
  align-self: flex-start;
  text-align: left;
  font-size: 13px;
  color: gray;
}
.select {
  display: flex;
  width: 100%;
  gap: 10px;
}
.select * {
  margin: auto;
  width: calc(100% / 3);
  height: 30px;
  gap: 5px;
  border: 1px solid gray;
  color: gray;
}
.radio {
  display: flex;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  gap: 10px;
}
.radio span {
  border: 1px solid black;
  width: calc(100% / 3);
  height: 30px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row-reverse;
  border: 1px solid gray;
  color: gray;
}

input[type="submit"] {
  color: white;
  background: none;
  background-color: #00a400;
  border: none;
  box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  height: 36px;
  overflow: hidden;
  padding: 0 32px;
  text-shadow: none;
  margin: 10px;
  width: 50%;
}
a {
  cursor: pointer;
  text-decoration: none;
  margin: 10px;
  color: #1877f2;
  font-family: SFProText-Semibold, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 20px;
}
