.verificationBox {
    width: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    margin-top: 100px;
    background: #ffffff;
    border-top: 5px solid #CFA4EC;
    padding: 35px 90px;
    border-radius: 4px;
}

.verificationBox input {
    border-radius: 5px;
    border: 1px solid #E3E3E3;
    height: 48px;
    color: #101114;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 186%;
    padding: 0px 15px;
    width: 100%;
    margin: 10px 0px;
}

.verificationBox input:focus {
    border-color: #cfa4ec;
    box-shadow: 0 0 0 0px #dbbbf1;
    outline: 0px solid transparent;
}

.verificationBox input[type="submit"] {
    position: relative;
    overflow: hidden;
    display: flex;
    padding: 6px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #101114;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
    border: 0px;
    width: 100%;
    min-width: 100%;
    cursor: pointer;
    transition: 0.6s all;
}

.verificationBox input[type="submit"]:hover {
    opacity: 0.9;
}

.verification__box {
    position: relative;
    width: 400px;
    margin-bottom: 20px;
}

.verification__box .error {
    position: absolute;
    color: #c15b54;
    font-size: 10px;
    right: 0;
    bottom: -10px;
}

#toplevel_page_order > ul > li:nth-child(6) a {
    margin-top: 8px;
    color: #0bbad0 !important;
}