h1 {
    margin-bottom: 20px !important;
}
#form-wrapper .textInput {
    padding-left:20px;
    border:2px solid #000000;
    border-radius: 20px;
}
#form-wrapper .textInput:active, #form-wrapper .textInput:focus {
    border-color:#000000;
}
#form-wrapper .textInput::placeholder {
    font-size: 16px;
    font-family: 'NNNouvelleGrotesk-Normal',sans-serif;
    color: #000000;
    font-weight: 400;
}
main {
    max-width: 950px;
    margin:0 auto;
    padding:20px;
}
#introductionSection {
    margin-bottom:27px;
}
button[type="submit"], .main-btn {
    height: 50px;
    background-color: black;
    color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 209px;
    font-family: 'NNNouvelleGrotesk-Medium',sans-serif;
    margin-top: 28px;
    cursor: pointer;
    font-size: 20px;
}
.main-btn {
    width: 249px;
}
.main-btn:hover {
    color: #fff;
}
button:disabled {
    opacity: 0.5;
}
.ui.checkbox .box:before, .ui.checkbox label:before {
    display: none;
}
.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio] {
    opacity: 1 !important;
    left:10px;
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-color: black;
}
.pageWrapper {
    max-width: 950px;
    margin:0 auto;
    padding:20px;
}