.accountButton, .buttons button {
    background: #00a0da;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%), 0 2px 4px 0 rgb(0 0 0 / 20%);
    border-radius: 33px !important;
    border: none;
    margin: auto;
    color: #fff;
    padding: 0 40px;
    transition: background 1s ease 0s;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    height: inherit;
    line-height: 1.3333333;
    margin-top: 2rem;
    margin-right: 0px;
    margin-bottom: 1.2rem;
    margin-left: 0px;
    padding: 10px 16px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: inherit;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-user-select: none;
    width: 63%;
    box-shadow: 0 0px 30px 0px #dae1f7;
}
.accountButton:hover, .buttons button:hover {
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background-color: #002776 !important;
  color: white !important;
}

#attributeList ul li input::-webkit-input-placeholder {
  text-indent: 0;
}
#attributeVerification .buttons {
    margin-top: 0px;
}
ul {
	margin-bottom: 0px;
}