﻿.form-area {  
  height: 980px;  
  background-color: rgb(50, 51, 55);
  background-position: bottom;
}

#captcha p.visualCaptcha-explanation {
    margin-top: 0px;
    background-color: #9acfea;
    color: #31708f;
    border-radius: 0px;
}

.alert {
    border-radius:0px;
    max-width: 600px;
}

#captcha .visualCaptcha-possibilities .img, #captcha .visualCaptcha-accessibility-button {
    background-color: rgb(210, 210, 210);
}

#status-message .alert {
    font-weight:bold;
}
#captcha .visualCaptcha-possibilities .visualCaptcha-selected {
    background-color: #9ACFEA;
    border-color: #00A9FF;
}

.navbar-toggle {
    display:none;
}

.body-content {
    margin-top: 50px;
}
.form-wrapper {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #efefef;
    padding: 20px 20px 20px 0px;
}

@media only screen and (max-width : 1200px) {
    .form-wrapper {
        padding-left: 20px;
    }
}
