﻿#captchaBackground {
    height: 100px;
    width: 300px;
    background-color: #D3D3D3;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: solid;
    border-width: 1px;
}

#captchaNotice {
    width: 500px;
    cursor: default;
    font-size: 14px;
    text-align: justify;
    padding-top:10px;
}

#captcha {
    font-size: 30px;
    letter-spacing: 3px;
    -ms-user-select: none;
    user-select: none;
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#textBox {
    height: 30px;
    width: 200px
}

.redText {
    color: #a03146;
    font-weight: bold;
}