.file-upload > input[type="file"] {
    display: none;
}

.file-upload {
    display: block;
    /* height: 44px; */
    background-color: #b5c7cf;
    font-size: 19px;
    color: #e6ecee!important;
    text-align: center;
    padding-top: 4px;
    line-height: 37px;
    padding-bottom: 4px;
    cursor: pointer;
}

.file-upload > span {
    display: inline-block;
    vertical-align: top;
    max-width: 275px;
    max-height: 37px;
    overflow: hidden;
}

.icon-file-upload {
    display: inline-block;
    margin-left:15px;
    background: url('img/icon-load-file.png') no-repeat;
    width: 24px;
    height:21px;
    vertical-align: middle;
}

.file-upload:hover {
    background-color: #bcc6cb;
}
div.grecaptcha-badge{
    bottom: 100px !important ;
}


.feedback_type input {
	display: inline !important;
	width: 20px !important;
	height: 20px !important;
	padding: 0 !important;
}