.file-input
{
    position: relative;
    float:left;
    width: 100%;
    height: auto;
    line-height: 50px;
    background: #fff;
    border: 2px dashed #ddd;
    padding-left: 40px;
    background: #fafafa;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.file-input:hover
{
    cursor: pointer;
}

.file-input > .icon
{
    position: absolute;
    width: 50px;
    line-height: 46px;
    text-align: center;
    color: #5cb85c;
    font-size: 22px;
    text-align: center;
    left: 0px;
    top: 0px;
}

.file-input > .file-name
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    line-height: 46px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #444;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}

.file-input > input
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.0;
}

.file-input > input:hover
{
    cursor: pointer;
}


.form-group > p
{
    display: none;
}
