.register h2 {
    color: #223345;
    font-size: 29px;
    font-family: SFProText-Bold;
    padding: 1em 0;
}

.register input,
.register label,
.register select,
.register p {
    font-family: SFProText-Regular;
}

.register button {
    padding: 5px 40px;
    background-color: #1200be;
    border-radius: 5px;
    color: #ffffff;
    border: none;
    font-size: 21px;
    font-family: SFProText-Bold;
}