.steps.active {
    display: block;
}

.error-check, .step1 {
    text-align: center;
}
.steps {
    display: none;
    width: 100%;
    min-height: 200px;
}
.step1 i {
    display: block;
    font-size: 70px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: -webkit-linear-gradient(90deg, #444 0%, #888 50%, #444 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.step1 p {
    max-width: 250px;
    margin: 0 auto 20px;
}
.step1 button {
    margin-bottom: 30px;
}