.footer{
   background-size:100% auto;
    background-repeat: repeat-x;
}

.postingJob{
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}


.bordergrey{
    border-color:#ced4da;
}

.greyd{
    color:#ced4da;
}

.post:hover .hidden{
    display:block;
}

.interestinfo{
    line-height: 100%;
    margin:10px 0;
}

::placeholder {
    color:#ced4da !important;
    opacity: .8;
}


::disabled {
    color:#ced4da !important;
    opacity: .8;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ced4da !important;
    opacity: .8;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color:#ced4da !important;
    opacity: .8;
}

.alert-success{
    background-color: #f9fcf3 !important;
    border-color: #dff1b9;
    color: #212e05;
}

.alert-danger {
    color: #721c24;
    background-color: #fff8f9;
    border-color: #f5c6cb;
}


.alert-success svg{
    color:#9ad717;
}

.no-round{
    
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}