.form-control {
    height: 40px;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: black;
    outline: 0;
    box-shadow: 0 0 0 .2px rgba(0,0,0,.75);
    
}    
.navbar .container {

}

.logo div.watermark {
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center;
    height: 107px;
    position: absolute;
    width: 500px;
    z-index: -1;
    background-position: top;
}

.logo img {

    z-index: 1;
}

.checkbox-group .form-check {
    margin-left: 20px;
}

form > button:last-child {
    margin: 20px 0;
}

.header-image {

}

input.validate-failed, input.validate-failed:focus,
select.validate-failed, select.validate-failed:focus
textarea.validate-failed, textarea.validate-failed:focus {
    border: 1px solid #c00;
    box-shadow: 0 0 10px #c00;
    outline: none;
}

.RedAlert {
	COLOR: red; //rgb(250, 85, 98);
}

.btn-primary { color: #c30e2e; background-color: white; border-color: #c30e2e; width:99.2%;}
.btn-primary:hover { color: white; background-color: #c30e2e; border-color: #c30e2e; width:99.2%;}



@media only screen and (max-width: 400px) {
     input, select {
        display: block;
        width: 100% !important;
        margin-bottom: 5px;
    }
}