.sectionList > div {
    margin: auto;
}

.content {
    text-align: center;
}

.inputText:first-child {
    margin-top: 30px;
}

.inputText {
    margin-left: 0;
}

.content .sectionButton {
    margin-left: 0;
}

.sectionButton {
    font-weight: 500;
    font-size: 0.8vw;
    display: block;
    padding: 0.65vw 3vw;
    color: #FFFFFF;
    background: #4984BA;
    border-radius: 5px;
    margin-top: 2vw;
    cursor: pointer;
}

.codeForm .sectionButton:last-child {
    margin-top: 0.5vw;
}

.error {
    color: #e74c3c;
    text-transform: uppercase;
    font-weight: bold;
}

.sectionTitle, .error {
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}