.captcha {
    margin-top: 20px;
}

.error {
    color: #483333;
    padding: 10px;
    background: #ffbcbc;
    border: #efb0b0 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
}

.success {
    color: #483333;
    padding: 10px 20px;
    background: #cff9b5;
    border: #bce4a3 1px solid;
    border-radius: 3px;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 350px;
}


/* The Modal (background) */

#myModalCue {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 9999;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    padding-bottom: 50%;
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: auto;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0) !important;
    /* Fallback color */
}

#myModalCue .modal-content {
    position: relative;
    /* background-color: #fefefe; */
    margin: auto;
    padding: 0;
    /* border: 1px solid #888;*/
    width: 30%;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); */
    background-color: rgb(0, 0, 0) !important;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* The Close Button */

#myModalCue .close {
    color: white;
    float: left;
    font-size: 28px;
    font-weight: bold;
}

#myModalCue .close:hover,
#myModalCue .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#myModalCue .modal-header {
    padding: 2px 16px;
    text-align: left;
    color: white;
    height: 50px;
    font-size: 40px;
}

#myModalCue .modal-body {
    margin: 0 auto;
    text-align: center;
    padding: 2px 16px;
    height: 500px;
}

img {
    max-width: 100%;
    height: auto;
}