h1 {
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-top: 50px;
  	margin-bottom:35px;
}

a.account_type_wrapper {
    display: flex;
    margin-top: 10px;
    background: #FFF;
    border-radius: 8px;
    padding: 2em;
    border: 1px solid #e5e7eb;
    flex-flow: column wrap;
	color:#333333;
  	justify-content: center;
    align-items: center;
    line-height:1.3em;
  gap:0.5rem;
}

.account_type_wrapper h3{
    font-size: 18px;
    font-weight: bold;
  margin-top:1rem;
}

.account_type_wrapper svg{
  height: 30px;
}

.account-type-selection .flexbox {
    align-items: stretch;
  justify-content: center;
  gap:1.5rem;
}

a.account_type_wrapper:hover,
a.account_type_wrapper:focus{
  text-decoration:none;
  background:#485749;
  color:#FFF;
}

a.account_type_wrapper {
    height: 100%;
}
