a {
    color: inherit;
    text-decoration: inherit;
}

input{
    height: 24px;
    width: 200px;
}

select {
    height: 48px;
    border-radius: 12px;
    border: 1px solid lightgray;
    padding-left: 24px;
    padding-right: 24px;}

form {
    width: 100%;
}

input[type=submit] {
    background-color:#006FFD;
    color: aliceblue;
    border: 0px !important;
    height: 48px;
  }

  button {
    background-color:#006FFD;
    color: aliceblue;
    border-radius: 12px;
    border: 0px solid lightgray;
    height: 48px;    
  }

input[type=file] {
    margin-bottom: 8px;
}
  
  input {
    height: 48px;
    border-radius: 12px;
    border: 1px solid lightgray;
    padding-left: 24px;
    padding-right: 24px;
  }
  
label {
    padding-bottom: 6px;
}

textarea {
    border: 1px solid lightgray;
    border-radius: 12px;
    padding-left: 8px;
    padding-right: 8px;    
    padding: 8px;
}