.custom-file-upload, .file-uploaded {
  background-color:#ebecf0;
  padding:5px;
  cursor:pointer;
}

input[type=file]:focus {
  outline:0;
}

.apply-with-linkedin-btn {
  background-color:#0077B5;
  font-weight:500;
}

.apply-with-linkedin-btn:hover, .apply-with-linkedin-btn:focus {
  color:white !important;
  outline:0;
}

.header {
    min-height: 0px !important;
    padding: 0 0 0px !important;
}

.apply-with-linkedin-btn-text {
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:768px) {
    .apply-with-linkedin-btn-text {
        display:none;
    } 
}

