div.captcha.wt.wt-captcha {
    margin: 0 0.75rem;
}

#field {
    margin-left: 10px;
}

.wt-captcha__inner {
    font-family: 'Courier New', Courier, monospace;
}

.division {
    margin-left: 10px;
    position: relative;
    width: inherit;

}

#captchaContainer {
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: bold;
    margin-left: 20px;
}

.styled {
    border: 0;
    line-height: 2;
    padding: 0 20px;
    font-size: 2em;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    background-color: rgb(60, 119, 189);
    margin-top: 22px;
}

.styled:hover {
    background-color: #fff;
    color: #3c77bd;
    border: 1px solid transparent;
    border-color: #d1d3d4;
    cursor: pointer;
    font-weight: 400;
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
    inset 2px 2px 3px rgba(0, 0, 0, .6);
}

.wt-captcha-error [role="status"] {
    background-color: #DA2131;
    color: #fff;
    padding: 10px;
    letter-spacing: normal;
    outline: none;
}

#app_info {
    position: relative;
    bottom: auto;
    padding: 10px;
    letter-spacing: 0.05em;
}