
form .form-control {
    overflow:visible;
    height:auto;
    position:relative;
    border:none;
    margin-bottom:0 !important;
    padding: 0 !Important;
    background-color: transparent;
    box-shadow: none;

}

.formError {
    height: 44px !Important;
    z-index: 999999;
    top: 42px !important;
    background-color: rgba(250,0, 0,0.95) !Important;
}

form .form-label {
    margin-bottom:0px;
    display:block;
    font-weight: normal;
    font-style: normal;
    font-size: 14px !Important;
}

.formErrorContent {
    -webkit-border-radius: 0px ;
    -moz-border-radius: 0px ;
    border-radius: 0px ;
    -webkit-box-shadow: none ;
    -moz-box-shadow:   none ;
    box-shadow: none ;

    color:#fff;
    line-height: 20px;
    margin-top: 2px;
    text-align: center;
    width:auto;

    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    max-height: 100% !Important;
    height: auto !important;
    overflow: hidden;
    cursor:pointer;

    padding-top: 10px;
}


.formError {
    border: 1px solid red ;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;

    border-radius: 0px;
    font-size: 15px;

    color: #393939;
    left: 0 !Important;

}
