#inputErrorMessages {
    display: none !important;
}

#loginSignupSeparator, .loginSignupSeparator {
    border-top: 1px solid #6c757d !important;
    line-height: 1;
}

#textInSeparator {
    top: -.65em;
    /*background: #f5f5f5;*/
    position: relative;
    display: block;
    margin: 0 auto;
    width: 30px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 1003;
    display: none;
}

#loading-spinner {
    position: fixed;
    top: 25%;
    left: 50%;
    z-index: 1005;
    color: #29b765;
}

.spinner-border {
    display: none;
}

.form-signin {
    background-image: url("/images/blankImage.png");
    background: rgba(245, 245, 245, 0.3);

    -webkit-box-shadow: 2px 2px 4px #CCCCCC;
    -moz-box-shadow: 2px 2px 4px #CCCCCC;
    box-shadow: 2px 2px 4px #CCCCCC;
}

.col-5-5 {
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.col-0-5 {
    flex: 0 0 5%;
    max-width: 5%;
}

.icon {
    width: 16px;
    height: 16px;
}