#captchaBackground {
    height: 220px;
    width: 250px;
    /*background-color: #2d3748;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#captcha {
    height: 80%;
    width: 80%;
    font-size: 30px;
    letter-spacing: 3px;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#submitButton {
    margin-top: 2em;
    margin-bottom: 2em;
    /*background-color: #08e5ff;*/
    color: white;
    border: 0;
    font-weight: bold;
}

#refreshButton,
#submitButtonLetLive {
    /*background-color: #08e5ff;*/
    color: white;
    border: 0;
    font-weight: bold;
}