#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("/patients/images/blankImage.png");*/
    /*background: rgba(245, 245, 245, 0.3);*/

    /*-webkit-box-shadow: 2px 2px 4px #AC8953;*/
    /*-moz-box-shadow: 2px 2px 4px #AC8953;*/
    /*box-shadow: 2px 2px 4px #AC8953;*/
/*}*/

.form-signin-cheqd {
    /*background: rgba(245, 245, 245, 0.3) !important;
    -webkit-box-shadow: 2px 2px 4px #828384 !important;
    -moz-box-shadow: 2px 2px 4px #828384 !important;
    box-shadow: 2px 2px 4px #828384 !important;*/
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;;
    box-shadow: none !important;;
}

.form-control {
    border: 1px solid #85BC45 !important;
}

#btnSubmit {
    color: #FFFFFF;
}
#btnLogin {
    float: right;
    margin-top: 20px;
    color: #FFFFFF;
}
#btnContactUs {
    color: #FFFFFF;
    background: transparent !important;
    border: 1px solid #FFFFFF;
}
#forgotPassword {
    float: right;
    margin-top: 30px;
    margin-left: 10px;
}

.col-5-5 {
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.col-0-5 {
    flex: 0 0 5%;
    max-width: 5%;
}

.color-one { color: #85BC45 }
.color-two { color: #00A7C0 }
.color-three { color: #009C4F }
.color-four { color: #4F5D5C }
.color-five { color: #828384 }

.bg-color-one { background: #85BC45 }
.bg-color-two { background: #00A7C0 }
.bg-color-three { background: #009C4F }
.bg-color-four { background: #4F5D5C }
.bg-color-five { background: #828384 }

.icon {
    width: 16px;
    height: 16px;
}