﻿#error {
    color: red !important;
}

#captchaContainer {
    text-align: center;
    margin-top: 20px;
    display: none;
}

#botdetect-captcha {
    display: inline-block;
    margin: auto;
}
@media (max-width: 767px) {
    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .light-label {
        width: 40% !important;
    }
}