/* body { font-family: 'Roboto', sans-serif; } */
/* form { margin-bottom: 50px; }

.logo {
    display:block;
    margin:25px 0;
} */

.captcha-holder.captcha-theme-light .captcha-modal__icons .captcha-image:hover:after {
    border-bottom: 2px solid #2dbe60;}

.captcha-holder { margin: 20px 0; }
.github a { color: #2d2d2d; margin-bottom: 50px; }

.captcha-holder .captcha-modal__header span {
    font-family: 'Montserrat', sans-serif;
    color : #999;
}
.captcha-holder.captcha-theme-light {
    background: rgba(250, 250, 250, 0.7);
    border-radius: 5px;
}
.captcha-holder .captcha-modal__icons .captcha-image:after {
    border-bottom: 2px solid #999;
}
.message {
    font-style: italic;
    margin: 0 0 20px;
}

input[type="submit"] {
    max-width: 325px;
    width: 100%;
    background: #5f5f5f;
    /* border: 0; */
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
}