﻿.fa-stack {
    cursor: pointer;
}


.line-hr-seperator {
    height: 1px;
    margin-bottom: 45px;
    border: 0;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-style: italic;
    font-size: small;
}

::-moz-placeholder { /* Firefox 19+ */
    font-style: italic;
    font-size:small;
}

:-ms-input-placeholder { /* IE 10+ */
    font-style: italic;
    font-size: small;
}

:-moz-placeholder { /* Firefox 18- */
    font-style: italic;
    font-size: small;
}