
#contactContainer {
    display: flex;
    flex-flow: column wrap;
    align-content: flex-start;
    height: 132px;
    column-gap: 20px;
}

#contactContainer .validate {
    width: auto;
}

#contactContainer span {
    font-size: 0.6em;
    width: 145px;
}

#contactContainer textarea {
    width: 200px;
    height: 100px;
}

#contactContainer input {
    width: 180px;
}

span#secBtn {
    cursor:pointer;
    font-size:6pt;
    margin-left:10px;
    color: grey;
}

#buttons {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#buttons span {
    width: 60px;
    font-size: 1em;
}

.captcha {
    justify-content: normal ! important;
    height: inherit ! important;
}

.captcha .prompt {
    font-weight: normal ! important;
    font-size: 0.6em;
    margin-left: 2px;
}

.captcha .captchaInput {
    margin-left: 2px;
}

.captcha img {
    height: 60px;
    width: 180px;
}

.captcha :nth-child(3) { order: 1; }

#email_v {
    margin-bottom: 35px;
}