.divider {
    border-bottom: 1px solid #404040;
    margin: 5px 0;
}

.esteps-question {
    width: 40%;
    margin: auto;
    border: 2px solid #404040;
    padding: 5px;
    margin-top: 25px;
    position: relative;
}

.esteps-question::before {
    content: " ";
    position: absolute;
    z-index: -1;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid #f7131b;
}

#esteps {
    font-size: 80px;
    text-align: center;
    margin-top: 25px;
}

#centred {
    text-align: center;
}

.esteps-form {
    width: 100%;
}
